This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
on the P4 inc needs twice as much time a add
Originally committed as revision 6611 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
19 years ago
parent
2ee9dc65be
commit
2d3df05ca0
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/cabac.h
+ 1
- 1
libavcodec/cabac.h
View File
@@ -417,7 +417,7 @@ static int get_cabac(CABACContext *c, uint8_t * const state){
"shll %%cl, %%edx \n\t"
"shll %%cl, %%edx \n\t"
"movb "LPS_STATE"(%2, %%eax), %%cl \n\t"
"movb "LPS_STATE"(%2, %%eax), %%cl \n\t"
"movb %%cl, (%1) \n\t"
"movb %%cl, (%1) \n\t"
"
incl %%eax
\n\t"
"
addl $1, %%eax
\n\t"
"test %%bx, %%bx \n\t"
"test %%bx, %%bx \n\t"
" jnz 2f \n\t"
" jnz 2f \n\t"
Write
Preview
Loading…
Cancel
Save