summaryrefslogtreecommitdiff
path: root/libavcodec/cabac.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-10-09 21:39:07 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-10-09 21:39:07 +0000
commit2d3df05ca0ec3bf008aaa4b3ff97c35a61c25c00 (patch)
tree6026c3b83cf7f20b9b54cc34cf132e44b52c413b /libavcodec/cabac.h
parent2ee9dc65be4a0f40139cb411dbb8e99d2673380c (diff)
on the P4 inc needs twice as much time a add
Originally committed as revision 6611 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/cabac.h')
-rw-r--r--libavcodec/cabac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cabac.h b/libavcodec/cabac.h
index e5d8791c54..7626e93d57 100644
--- a/libavcodec/cabac.h
+++ b/libavcodec/cabac.h
@@ -417,7 +417,7 @@ static int get_cabac(CABACContext *c, uint8_t * const state){
"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"