From bad700e34652ad45071321f8782d85d3685f0da8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sun, 8 Jul 2007 23:14:54 +0000 Subject: trivial warning fixes Originally committed as revision 9547 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/h264.c') diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 1d4b8d4..5c79f42 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -5714,7 +5714,6 @@ static int decode_cabac_residual( H264Context *h, DCTELEM *block, int cat, int n int index[64]; - int last; int coeff_count = 0; int abslevel1 = 1; -- cgit v1.1