]> git.sesse.net Git - ffmpeg/commit
avcodec/vorbisenc: Remove always-false check
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 24 Mar 2021 23:59:42 +0000 (00:59 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Tue, 30 Mar 2021 10:36:31 +0000 (12:36 +0200)
commite4ccd348c15d30d24e1270b4cd3455c7ebaeb229
tree2e647c7143e9e4e29adeb36fefacc07e99442aef
parent7fc8ba9068abc4c4cb3fbca4a25b53710ec374b6
avcodec/vorbisenc: Remove always-false check

The PutBitContext is big enough: It has just been initialized to 8192B.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/vorbisenc.c