[FFmpeg-devel] [PATCH 3/7 v4] avutil/frame: use the same data pointer as the source entry when cloning side data

James Almer jamrial at gmail.com
Thu Mar 28 13:33:47 EET 2024


On 3/28/2024 8:29 AM, Anton Khirnov wrote:
> Quoting James Almer (2024-03-28 04:12:06)
>> src->data does not need to match src->buf->data
> 
> When does it not?

It always matches for side data allocated by us within the libraries, 
but those are not the only callers, so this function should honor the 
data and size values in the source.


More information about the ffmpeg-devel mailing list