diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-03-12 15:07:33 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-03-12 19:05:37 +0100 |
commit | 6e2db67801c9975fae6f55c40f615d87b9a74a15 (patch) | |
tree | 832c9f5105d4cd8ad75fdf0c7f547dfb7cee52ea /libavcodec/dcadata.c | |
parent | 0858853241925d0a45f58a4724f203d284a70f00 (diff) | |
download | ffmpeg-6e2db67801c9975fae6f55c40f615d87b9a74a15.tar.gz |
avfilter/vf_uspp: Fix leak of packet side data
The uspp filter uses a special option ("no_bitstream") of
the Snow encoder to suppress it from generating output.
The filter therefore did not unref the packet after usage,
believing it to be blank. But this is wrong, as the Snow encoder
attaches quality stats side data to the packet.
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/dcadata.c')
0 files changed, 0 insertions, 0 deletions