[FFmpeg-devel] [PATCH 1/2 v2] avutil: add a Tile Grid API

James Almer jamrial at gmail.com
Thu Jan 25 19:26:44 EET 2024


On 1/25/2024 2:17 PM, Anton Khirnov wrote:
> Quoting James Almer (2024-01-22 13:08:43)
>> Or you could consider it a struct designed to represent a group of
>> images combined in a grid, for the purpose of extracting a subrectangle
>> for presentation. How many images there are is defined by the rows and
>> cols fields, and it can be 1.
> 
> It still very much sounds like you wrote a hammer and now everything is
> starting to look like a nail. What is the advantage of using such a
> compelex struct to export 4 unsigned integers?

None other than not adding another struct. But i already dropped this 
idea and moved everything to lavf, like you asked.


More information about the ffmpeg-devel mailing list