[Ffmpeg-cvslog] r6654 - trunk/libavcodec/cabac.h
michael
subversion
Wed Oct 11 15:25:30 CEST 2006
Author: michael
Date: Wed Oct 11 15:25:29 2006
New Revision: 6654
Modified:
trunk/libavcodec/cabac.h
Log:
10l
Modified: trunk/libavcodec/cabac.h
==============================================================================
--- trunk/libavcodec/cabac.h (original)
+++ trunk/libavcodec/cabac.h Wed Oct 11 15:25:29 2006
@@ -380,7 +380,7 @@
"movl "RANGE "(%2), %%ebx \n\t"
"movl "RANGE "(%2), %%edx \n\t"
"shrl $23, %%ebx \n\t"
- "movzbl ff_h264_lps_range(%%ebx, %%eax, 4), %%esi\n\t"
+ "movzbl "MANGLE(ff_h264_lps_range)"(%%ebx, %%eax, 4), %%esi\n\t"
"shll $17, %%esi \n\t"
"movl "LOW "(%2), %%ebx \n\t"
//eax:state ebx:low, edx:range, esi:RangeLPS
@@ -450,7 +450,7 @@
"movl "RANGE "(%2), %%ebx \n\t"
"movl "RANGE "(%2), %%edx \n\t"
"shrl $23, %%ebx \n\t"
- "movzbl ff_h264_lps_range(%%ebx, %%eax, 4), %%esi\n\t"
+ "movzbl "MANGLE(ff_h264_lps_range)"(%%ebx, %%eax, 4), %%esi\n\t"
"shll $17, %%esi \n\t"
"movl "LOW "(%2), %%ebx \n\t"
//eax:state ebx:low, edx:range, esi:RangeLPS
More information about the ffmpeg-cvslog
mailing list