mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-05-10 00:31:37 +08:00
5c2c35da12
Since bae8844e35, the AVPacket that is
intended to be used to return the demuxed packet is automatically
unreferenced when the demuxer returns an error. This makes an
av_packet_unref() in the lavfi demuxer redundant.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>