ffmpeg/fftools
Andreas Rheinhardt a23078a721 fftools/ffmpeg: Fix leak of AVFilterInOut in case of error
The AVFilterInOuts normally get freed in init_output_filter() when
the corresponding streams get created; yet if an error happens before
one reaches said point, they leak. Therefore this commit makes
ffmpeg_cleanup free them, too.

Fixes ticket #8267.

Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
(cherry picked from commit 426c16d61a)
2021-02-27 07:20:56 +01:00
..
cmdutils.c fftools/ffmpeg: update text requesting samples 2020-06-01 14:39:52 -04:00
cmdutils.h
ffmpeg_filter.c fftools/ffmpeg_filter: check the codec's descriptor to see if it's lossless 2020-05-21 12:32:15 -03:00
ffmpeg_hw.c ffmpeg: Don't require a known device to pass a frames context to an encoder 2020-05-03 16:04:27 +01:00
ffmpeg_opt.c fftools/ffmpeg: add new abort_on flag which aborts if there is a stream which received no packets 2020-05-26 21:50:50 +02:00
ffmpeg_qsv.c ffmpeg: Remove the hw_device_ctx global 2020-04-26 18:38:25 +01:00
ffmpeg_videotoolbox.c Stop hardcoding align=32 in av_frame_get_buffer() calls. 2020-05-22 14:38:57 +02:00
ffmpeg.c fftools/ffmpeg: Fix leak of AVFilterInOut in case of error 2021-02-27 07:20:56 +01:00
ffmpeg.h fftools/ffmpeg: add new abort_on flag which aborts if there is a stream which received no packets 2020-05-26 21:50:50 +02:00
ffplay.c ffplay: set stream_index to -1 earlier to prevent segfault 2020-04-25 12:11:11 +10:00
ffprobe.c fftools/ffprobe: show closed caption info in the stream dump 2020-05-02 19:14:08 +02:00
Makefile ffmpeg: remove superfluous custom cuvid hwaccel 2020-03-03 18:11:28 -03:00