activate the memcpy special case for the byte aligned case in ff_copy_bits(), wasnt...
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 13 Feb 2004 21:07:31 +0000 (21:07 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 13 Feb 2004 21:07:31 +0000 (21:07 +0000)
commita734250db6d0ddce959ff472cfef0b682817c6aa
tree44bda203cf58b1262a777dd59060cfc02084ba29
parentcfbd16df75e6eacd9d797b5a06f347c832d6a757
activate the memcpy special case for the byte aligned case in ff_copy_bits(), wasnt working before because of a incorrectly used pbBufPtr()

Originally committed as revision 2775 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpegvideo.c