]> git.sesse.net Git - ffmpeg/commit
avcodec/dvenc: Remove dead error message
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 25 Mar 2021 04:36:22 +0000 (05:36 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Tue, 30 Mar 2021 10:36:31 +0000 (12:36 +0200)
commitddd0f5dbe9ff0542ba9438e593c31284635b412f
tree46f692290577bd22b6714a1eca30818a1e038a8f
parent3183eda0fa4861e88c02150b887e2945839a58a1
avcodec/dvenc: Remove dead error message

The PutBits API checks the available space before every write,
so this check for overread is dead.

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