[Ffmpeg-cvslog] r6611 - trunk/libavcodec/cabac.h
michael
subversion
Mon Oct 9 23:39:08 CEST 2006
Author: michael
Date: Mon Oct 9 23:39:07 2006
New Revision: 6611
Modified:
trunk/libavcodec/cabac.h
Log:
on the P4 inc needs twice as much time a add
Modified: trunk/libavcodec/cabac.h
==============================================================================
--- trunk/libavcodec/cabac.h (original)
+++ trunk/libavcodec/cabac.h Mon Oct 9 23:39:07 2006
@@ -417,7 +417,7 @@
"shll %%cl, %%edx \n\t"
"movb "LPS_STATE"(%2, %%eax), %%cl \n\t"
"movb %%cl, (%1) \n\t"
- "incl %%eax \n\t"
+ "addl $1, %%eax \n\t"
"test %%bx, %%bx \n\t"
" jnz 2f \n\t"
More information about the ffmpeg-cvslog
mailing list