Commit d72bc323 authored by Michael Niedermayer's avatar Michael Niedermayer

unused variable

Originally committed as revision 6737 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 1c5d830c
......@@ -624,7 +624,6 @@ static int get_cabac_bypass(CABACContext *c){
static always_inline int get_cabac_bypass_sign(CABACContext *c, int val){
#ifdef ARCH_X86
int bit;
asm volatile(
"movl "RANGE "(%1), %%ebx \n\t"
"movl "LOW "(%1), %%eax \n\t"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment