Commit 334187ad authored by Michael Niedermayer's avatar Michael Niedermayer

Fix "libavcodec/dfa.c:189: warning: unused variable ‘frame_end’"

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent e822c237
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment