From 334187ade78405bb133be0d8551e453aad6eeedb Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 4 May 2011 21:42:08 +0200 Subject: [PATCH] =?utf8?q?Fix=20"libavcodec/dfa.c:189:=20warning:=20unused?= =?utf8?q?=20variable=20=E2=80=98frame=5Fend=E2=80=99"=20Signed-off-by:=20?= =?utf8?q?Michael=20Niedermayer=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- libavcodec/dfa.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/dfa.c b/libavcodec/dfa.c index 07d9d6932..598fedc98 100644 --- a/libavcodec/dfa.c +++ b/libavcodec/dfa.c @@ -186,7 +186,6 @@ static int decode_dds1(uint8_t *frame, int width, int height, static int decode_bdlt(uint8_t *frame, int width, int height, const uint8_t *src, const uint8_t *src_end) { - const uint8_t *frame_end = frame + width * height; uint8_t *line_ptr; int count, lines, segments; -- 2.11.0