Do not needlessly add 7 to put_buts_count before dividing by 8,
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 30 Sep 2009 20:47:59 +0000 (20:47 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 30 Sep 2009 20:47:59 +0000 (20:47 +0000)
commit5200b901476fa939f8792204d90b053f134e97a1
treec6c0b447b997125b9ed66ec1a563921ea165abcf
parentf2ad907060c830ff230e1817ed6b57dfbb6ad1a5
Do not needlessly add 7 to put_buts_count before dividing by 8,
flush_put_bits ensures it is divisible 8.

Originally committed as revision 20103 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vorbis_enc.c