From 334187ade78405bb133be0d8551e453aad6eeedb Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 4 May 2011 21:42:08 +0200 Subject: Fix "libavcodec/dfa.c:189: warning: unused variable ‘frame_end’" Signed-off-by: Michael Niedermayer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libavcodec/dfa.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/dfa.c') diff --git a/libavcodec/dfa.c b/libavcodec/dfa.c index 07d9d69328..598fedc980 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; -- cgit v1.2.3