mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
It invalidates (removes by duplicates) AVCodecContext.extradata and AVCodecContext.coded_side_data which is quite surprising and leads to bugs like #11617 where an AVCPBProperties is used after it has been freed in ff_dovi_configure(). Reported-by: Ayose Reviewed-by: Niklas Haas <ffmpeg@haasn.xyz> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>