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
h264_i386: Fix operand size
Fixes fate failure on macosx clang x86-64 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.5
Reimar Döffinger
Michael Niedermayer
11 years ago
parent
dac9e50902
commit
49d9cbe55d
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
libavcodec/x86/h264_i386.h
+ 2
- 2
libavcodec/x86/h264_i386.h
View File
@@ -178,7 +178,7 @@ static int decode_significance_8x8_x86(CABACContext *c,
"mov %2, %0 \n\t"
"mov %1, %6 \n\t"
"mov %6, (%0)
\n\t"
"mov %
k
6, (%0) \n\t"
"test $1, %4 \n\t"
" jnz 5f \n\t"
@@ -191,7 +191,7 @@ static int decode_significance_8x8_x86(CABACContext *c,
"cmp $63, %6 \n\t"
" jb 3b \n\t"
"mov %2, %0 \n\t"
"mov %6, (%0)
\n\t"
"mov %
k
6, (%0) \n\t"
"5: \n\t"
"addl %8, %k0 \n\t"
"shr $2, %k0 \n\t"
Write
Preview
Loading…
Cancel
Save