[FFmpeg-cvslog] r9547 and h264.c
Andreas Öman
andreas
Mon Jul 9 08:53:29 CEST 2007
Hi
I was not (but am now) subscribed to cvslog so i cannot
correctly reply to the thread, sorry for that.
Modified: trunk/libavcodec/h264.c
==============================================================================
--- trunk/libavcodec/h264.c (original)
+++ trunk/libavcodec/h264.c Mon Jul 9 01:14:54 2007
@@ -5714,7 +5714,6 @@ static int decode_cabac_residual( H264Co
int index[64];
- int last;
int coeff_count = 0;
int abslevel1 = 1;
'last' is actually used if not
defined(ARCH_X86) && defined(CONFIG_7REGS) &&
defined(HAVE_EBX_AVAILABLE) && !defined(BROKEN_RELOCATIONS)
is true, see a few lines below.
More information about the ffmpeg-cvslog
mailing list