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

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-05-04 21:42:08 +02:00
parent e822c237b3
commit 334187ade7
1 changed files with 0 additions and 1 deletions

View File

@ -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;