From 93f4823935581ea388f404887eb4d559f5745d4f Mon Sep 17 00:00:00 2001 From: Benoit Fouet Date: Mon, 9 Jul 2007 07:51:54 +0000 Subject: [PATCH] bring back h264 build Originally committed as revision 9555 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 5c79f42464..22c250ea99 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -5714,6 +5714,7 @@ static int decode_cabac_residual( H264Context *h, DCTELEM *block, int cat, int n int index[64]; + int av_unused last; int coeff_count = 0; int abslevel1 = 1;