From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 15149487A5 for ; Fri, 16 Feb 2024 17:33:14 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D749F68D299; Fri, 16 Feb 2024 19:33:11 +0200 (EET) Received: from mail0.khirnov.net (red.khirnov.net [176.97.15.12]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id AB93268CADA for ; Fri, 16 Feb 2024 19:33:04 +0200 (EET) Authentication-Results: mail0.khirnov.net; dkim=pass (2048-bit key; unprotected) header.d=khirnov.net header.i=@khirnov.net header.a=rsa-sha256 header.s=mail header.b=hIKBpukO; dkim-atps=neutral Received: from localhost (localhost [IPv6:::1]) by mail0.khirnov.net (Postfix) with ESMTP id E84BC240DA9 for ; Fri, 16 Feb 2024 18:33:03 +0100 (CET) Received: from mail0.khirnov.net ([IPv6:::1]) by localhost (mail0.khirnov.net [IPv6:::1]) (amavis, port 10024) with ESMTP id DoNGhnw1msvT for ; Fri, 16 Feb 2024 18:33:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=khirnov.net; s=mail; t=1708104783; bh=RroWbJd5UqGSp+Zq41f1lyV80gF6mrGpbFUm+wNrDEg=; h=Subject:From:To:In-Reply-To:References:Date:From; b=hIKBpukOS4IIzIOgKio4P8T02yczPCaznc0n0ZJhEqLx0dyUne6LhUkrl9hxqQvMX rn4BiuVf7uQ6LPcqefU/Yiw4jwPZaTptS7aT8HVslIfG715Oz1cJMvZ//umUj5Zgug gHW2SKUj4v4N4K4UJWewJ+ST4Huq1HpHA5W4C0/AGGYYcK11brWvlka0TxIVDztWn2 jZxVJAg6LOhushpPRUAqCLIEeP5WX+KnOZVNmhwTQjCSeUeL6yBPTLy9H5s95TMyDi VI9HG1PfVaFqAw+Y7/ZojNAR9UFyZh0ZMQ+t5OicFsIZAbJ543nBEyypNpJivm8RRN 9WYVlyxMnG0Gg== Received: from lain.khirnov.net (lain.khirnov.net [IPv6:2001:67c:1138:4306::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "lain.khirnov.net", Issuer "smtp.khirnov.net SMTP CA" (verified OK)) by mail0.khirnov.net (Postfix) with ESMTPS id 474FA240177 for ; Fri, 16 Feb 2024 18:33:03 +0100 (CET) Received: by lain.khirnov.net (Postfix, from userid 1000) id 1C5CD1601B9; Fri, 16 Feb 2024 18:32:57 +0100 (CET) From: Anton Khirnov To: FFmpeg development discussions and patches In-Reply-To: <05cbe522-d171-4f72-9c46-589ceecda1ae@gmail.com> References: <20240211185701.9327-1-jamrial@gmail.com> <20240211185701.9327-2-jamrial@gmail.com> <170808784452.21676.17957122493239463730@lain.khirnov.net> <05cbe522-d171-4f72-9c46-589ceecda1ae@gmail.com> Mail-Followup-To: FFmpeg development discussions and patches Date: Fri, 16 Feb 2024 18:32:57 +0100 Message-ID: <170810477708.31318.3351656212761772487@lain.khirnov.net> User-Agent: alot/0.8.1 MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH 2/4 v8] avformat/mov: add support for tile HEIF still images X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Quoting James Almer (2024-02-16 17:35:13) > > > > And since we're running out of easily usable disposition bits, we > > shouldn't waste them. How about AV_DISPOSITION_SUBSTREAM? > > Maybe we could redefine and reuse AV_DISPOSITION_DEPENDENT for this? Works for me. -- Anton Khirnov _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".