[Ffmpeg-cvslog] r6737 - trunk/libavcodec/cabac.h
michael
subversion
Thu Oct 19 20:22:04 CEST 2006
Author: michael
Date: Thu Oct 19 20:22:03 2006
New Revision: 6737
Modified:
trunk/libavcodec/cabac.h
Log:
unused variable
Modified: trunk/libavcodec/cabac.h
==============================================================================
--- trunk/libavcodec/cabac.h (original)
+++ trunk/libavcodec/cabac.h Thu Oct 19 20:22:03 2006
@@ -624,7 +624,6 @@
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"
More information about the ffmpeg-cvslog
mailing list