# HG changeset patch # User michael # Date 1076706451 0 # Node ID e91dbb5b1a8d5269440dfdcf19267fbf031bad14 # Parent 3f26dfb3eba470feabe9a1c50158970ed243d9e4 activate the memcpy special case for the byte aligned case in ff_copy_bits(), wasnt working before because of a incorrectly used pbBufPtr() diff -r 3f26dfb3eba4 -r e91dbb5b1a8d mpegvideo.c --- a/mpegvideo.c Fri Feb 13 20:59:48 2004 +0000 +++ b/mpegvideo.c Fri Feb 13 21:07:31 2004 +0000 @@ -3738,13 +3738,13 @@ if(length==0) return; -// if(put_bits_count(pb)&7){ //FIXME + if(put_bits_count(pb)&7){ for(i=0; i>(16-bits)); }