Re: [FFmpeg-devel] [PATCH 00/11 v6] AVCodecContext and AVCodecParameters side data

2023-10-04 Thread Anton Khirnov
Quoting James Almer (2023-10-04 14:28:38) > Changes since the previous version: > - Zeroed padding to side data allocated by av_packet_side_data_new() (Patch > 1). > - Renamed AVCodecParameters.{nb,}side_data to {nb,}coded_side_data, to both > match the name in AVCodecContext and keep the side_d

[FFmpeg-devel] [PATCH 00/11 v6] AVCodecContext and AVCodecParameters side data

2023-10-04 Thread James Almer
Changes since the previous version: - Zeroed padding to side data allocated by av_packet_side_data_new() (Patch 1). - Renamed AVCodecParameters.{nb,}side_data to {nb,}coded_side_data, to both match the name in AVCodecContext and keep the side_data name free for future use (Patch 2). - Rewritten