From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <ffmpeg-devel-bounces@ffmpeg.org>
Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100])
	by master.gitmailbox.com (Postfix) with ESMTP id 53EC04873D
	for <ffmpegdev@gitmailbox.com>; Fri, 16 Feb 2024 12:50:54 +0000 (UTC)
Received: from [127.0.1.1] (localhost [127.0.0.1])
	by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3339168D274;
	Fri, 16 Feb 2024 14:50:52 +0200 (EET)
Received: from mail0.khirnov.net (red.khirnov.net [176.97.15.12])
 by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D8BF168D23E
 for <ffmpeg-devel@ffmpeg.org>; Fri, 16 Feb 2024 14:50:45 +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=euf1d5di; dkim-atps=neutral
Received: from localhost (localhost [IPv6:::1])
 by mail0.khirnov.net (Postfix) with ESMTP id 41579240DA9
 for <ffmpeg-devel@ffmpeg.org>; Fri, 16 Feb 2024 13:50:45 +0100 (CET)
Received: from mail0.khirnov.net ([IPv6:::1])
 by localhost (mail0.khirnov.net [IPv6:::1]) (amavis, port 10024) with ESMTP
 id D4tNCsixh8rj for <ffmpeg-devel@ffmpeg.org>;
 Fri, 16 Feb 2024 13:50:44 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=khirnov.net; s=mail;
 t=1708087844; bh=TNo5qdSd6py8NHLL0HTvD9znWDc+Qh7ngOxi2ZhKyAw=;
 h=Subject:From:To:In-Reply-To:References:Date:From;
 b=euf1d5didBIQBSWz2CtCZpqPlEJsVC2FZkwMEAUYoaJ81CLCA9ze/Xs8vCrUZRpVN
 2IzJDw4ZUMG77hLyt0z18CkJ2TZvwBRWgsVXOX14lwAqPvee9MRkug882xW4OYzsVL
 dmwhE8JXG5BrQXXarOXPAjod/8qBHCe5rbV40nOA4tHxV8N2XciaQKm5CKYJ1nhs1p
 TsaM/H7hu9c7LYwkc9Ff5B6o11V401vxYjAnXecGow16iACaebtarCoEJHgL2ZqnKB
 wHu1NUSj6ULjxCEDEuST2zfy/sNcW2tpJg3mla420MMGOlM6nc1RQ2ny5WQZ64j3Lq
 GxZVaHNKaEQNQ==
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 9D450240177
 for <ffmpeg-devel@ffmpeg.org>; Fri, 16 Feb 2024 13:50:44 +0100 (CET)
Received: by lain.khirnov.net (Postfix, from userid 1000)
 id 865A41601B9; Fri, 16 Feb 2024 13:50:44 +0100 (CET)
From: Anton Khirnov <anton@khirnov.net>
To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
In-Reply-To: <20240211185701.9327-2-jamrial@gmail.com>
References: <20240211185701.9327-1-jamrial@gmail.com>
 <20240211185701.9327-2-jamrial@gmail.com>
Mail-Followup-To: FFmpeg development discussions and patches
 <ffmpeg-devel@ffmpeg.org>
Date: Fri, 16 Feb 2024 13:50:44 +0100
Message-ID: <170808784452.21676.17957122493239463730@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 <ffmpeg-devel.ffmpeg.org>
List-Unsubscribe: <https://ffmpeg.org/mailman/options/ffmpeg-devel>,
 <mailto:ffmpeg-devel-request@ffmpeg.org?subject=unsubscribe>
List-Archive: <https://ffmpeg.org/pipermail/ffmpeg-devel>
List-Post: <mailto:ffmpeg-devel@ffmpeg.org>
List-Help: <mailto:ffmpeg-devel-request@ffmpeg.org?subject=help>
List-Subscribe: <https://ffmpeg.org/mailman/listinfo/ffmpeg-devel>,
 <mailto:ffmpeg-devel-request@ffmpeg.org?subject=subscribe>
Reply-To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: ffmpeg-devel-bounces@ffmpeg.org
Sender: "ffmpeg-devel" <ffmpeg-devel-bounces@ffmpeg.org>
Archived-At: <https://master.gitmailbox.com/ffmpegdev/170808784452.21676.17957122493239463730@lain.khirnov.net/>
List-Archive: <https://master.gitmailbox.com/ffmpegdev/>
List-Post: <mailto:ffmpegdev@gitmailbox.com>

Quoting James Almer (2024-02-11 19:56:59)
> +/**
> + * The video stream is intended to be merged with another stream before
> + * presentation.
> + * Used for example to signal the stream contains a tile from a HEIF grid.
> + */
> +#define AV_DISPOSITION_TILE                 (1 << 21)

The notion of "this stream needs to be combined with another one for
presentation" seems more general than just tiling video, could just as
well describe a set of audio tracks to be mixed together.

And since we're running out of easily usable disposition bits, we
shouldn't waste them. How about AV_DISPOSITION_SUBSTREAM?

-- 
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".