Re: [FFmpeg-devel] [PATCH 2/2] avformat: add a Tile Grid stream group type

2024-01-19 Thread James Almer
On 1/19/2024 6:22 PM, Michael Niedermayer wrote: On Wed, Jan 17, 2024 at 05:41:33PM -0300, James Almer wrote: This will be used to support tiled image formats like HEIF. Signed-off-by: James Almer --- libavformat/avformat.c | 5 + libavformat/avformat.h | 3 +++ libavformat/dump.c

Re: [FFmpeg-devel] [PATCH 2/2] avformat: add a Tile Grid stream group type

2024-01-19 Thread Michael Niedermayer
On Wed, Jan 17, 2024 at 05:41:33PM -0300, James Almer wrote: > This will be used to support tiled image formats like HEIF. > > Signed-off-by: James Almer > --- > libavformat/avformat.c | 5 + > libavformat/avformat.h | 3 +++ > libavformat/dump.c | 36

[FFmpeg-devel] [PATCH 2/2] avformat: add a Tile Grid stream group type

2024-01-17 Thread James Almer
This will be used to support tiled image formats like HEIF. Signed-off-by: James Almer --- libavformat/avformat.c | 5 + libavformat/avformat.h | 3 +++ libavformat/dump.c | 36 libavformat/options.c | 9 + 4 files changed, 53