]> git.sesse.net Git - ffmpeg/commit
avcodec/opusdec: Remove always-true check
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 26 Dec 2020 12:09:49 +0000 (13:09 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 31 Dec 2020 20:43:31 +0000 (21:43 +0100)
commit2825ed4e26f7683f0cf6baed0bbc62b095652ff9
treebd88d6334eacd5a0be7259da909ba609a876413f
parent2089d21bc73d54faee1170d12e0d2b85ad821f57
avcodec/opusdec: Remove always-true check

The celt_delay AVAudioFifo is always allocated during init, so checking
for its existence in .flush is unnecessary.

Reviewed-by: Lynne <dev@lynne.ee>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/opusdec.c