]> git.sesse.net Git - ffmpeg/commit
avcodec/golomb: Don't emit error message in get_ue_golomb
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 10 Jul 2020 15:48:06 +0000 (17:48 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 28 Jul 2020 09:34:38 +0000 (11:34 +0200)
commit39c4b788297b7883d833d68fad3707ce50e01472
tree988d2fc8cb8e5db2aa0e52f3932ef067f88df202
parentdfd12ee053c0dbcb590ad5c758df6bb3b38777ea
avcodec/golomb: Don't emit error message in get_ue_golomb

Said error message is not very informative and lacked a proper logging
context; furthermore, many callers already provided more descriptive
error messages of their own. So just drop this one.

Suggested-by: James Almer <jamrial@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/golomb.h