Browse Source

unused variable

Originally committed as revision 6737 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 19 years ago
parent
commit
d72bc32389
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/cabac.h

+ 0
- 1
libavcodec/cabac.h View File

@@ -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"


Loading…
Cancel
Save