Commit c668d2f3 authored by michael's avatar michael

unused variable


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6737 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 66dba76c
...@@ -624,7 +624,6 @@ static int get_cabac_bypass(CABACContext *c){ ...@@ -624,7 +624,6 @@ static int get_cabac_bypass(CABACContext *c){
static always_inline int get_cabac_bypass_sign(CABACContext *c, int val){ static always_inline int get_cabac_bypass_sign(CABACContext *c, int val){
#ifdef ARCH_X86 #ifdef ARCH_X86
int bit;
asm volatile( asm volatile(
"movl "RANGE "(%1), %%ebx \n\t" "movl "RANGE "(%1), %%ebx \n\t"
"movl "LOW "(%1), %%eax \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