diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-10-26 03:07:15 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-10-29 13:37:41 +0200 |
commit | 7e93fba51fb646529b6d18d83aa15f2fb105cbd7 (patch) | |
tree | 57684db88126b30959a4fb77d84e1ab7f1e2cac7 /libavfilter/af_tremolo.c | |
parent | ca96456c0e77fa93b295363344fc943ae0fa61ec (diff) | |
download | ffmpeg-7e93fba51fb646529b6d18d83aa15f2fb105cbd7.tar.gz |
avcodec/mpegvideo: Remove always-false check
This basically reverts cc0380222add8df8ff9b3bd95eaf2b9d8c4c0d11.
At the time of said commit, cleanup on init failure was very
buggy. For codecs with the INIT_CLEANUP cap, the close function
could be called on error even before the private data has been
allocated; and when using frame threading the same could also
happen even without said flag. Some mpegvideo decoders were
affected by the latter.
Yet both of these issues have been fixed long ago, the latter
in commit e9b66175793e5c2af19beefe8e143f6e4901b5df. Therefore
the workaround in ff_mpv_common_end() can be removed.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavfilter/af_tremolo.c')
0 files changed, 0 insertions, 0 deletions