]> git.sesse.net Git - ffmpeg/commit
golomb: Simplify get_ur_golomb_jpegls
authorLuca Barbato <lu_zero@gentoo.org>
Tue, 11 Apr 2017 10:11:59 +0000 (12:11 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Thu, 13 Apr 2017 11:37:10 +0000 (13:37 +0200)
commit19c5fa9eea47d45b5eedce3bff4edeaf83fb3942
treec2d4fbdf21669e2f577942ae9134076413523904
parent1fe858136b315796dd5349f3b4448a29d1bd6fa1
golomb: Simplify get_ur_golomb_jpegls

The loop always consumes the bit read and the new bitstream reader
can read 0 bits just fine.
libavcodec/golomb.h