summaryrefslogtreecommitdiff
path: root/libavcodec/dfa.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-05-04 21:42:08 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-05-04 23:33:59 +0200
commit334187ade78405bb133be0d8551e453aad6eeedb (patch)
tree659fb105252a336522d8eec88594f3a9b865f98e /libavcodec/dfa.c
parente822c237b3f78bb6f0f6ba5219a2a6cab3b27ce4 (diff)
Fix "libavcodec/dfa.c:189: warning: unused variable ‘frame_end’"
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/dfa.c')
-rw-r--r--libavcodec/dfa.c1
1 files changed, 0 insertions, 1 deletions
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;