diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2006-10-19 18:22:03 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-10-19 18:22:03 +0000 |
commit | d72bc3238963d76ecc322ba223a2bde719a59968 (patch) | |
tree | ec6e7644db84a13343f0c0f098449ba7d0afee2c /libavcodec | |
parent | 1c5d830c25b283173d43f4b68b4683f1193fc7d7 (diff) | |
download | ffmpeg-d72bc3238963d76ecc322ba223a2bde719a59968.tar.gz |
unused variable
Originally committed as revision 6737 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/cabac.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/cabac.h b/libavcodec/cabac.h index a2828770c5..403c0f4725 100644 --- a/libavcodec/cabac.h +++ b/libavcodec/cabac.h @@ -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" |