mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +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>