[FFmpeg-devel] [RFC PATCH v2] avutil/frame: fix remove_side_data

Marton Balint cus at passwd.hu
Mon Nov 11 23:35:43 EET 2019



On Sun, 10 Nov 2019, Marton Balint wrote:

>
>
> On Sun, 3 Nov 2019, Zhao Zhili wrote:
>
>> remove_side_data is supposed to remove a single instance by design.
>> Since new_side_data() doesn't forbid add multiple instances of the
>> same type, remove_side_data should deal with that.
>> ---
>> I'm afraid this patch makes it harder to enforce single entry per type.
>>
>> libavutil/frame.c | 2 +-
>> libavutil/frame.h | 3 +--
>> 2 files changed, 2 insertions(+), 3 deletions(-)
>
> Thanks, I will apply this soon.

Thanks, applied.

Regards,
Marton


More information about the ffmpeg-devel mailing list