Commit 8b828dfc authored by diego's avatar diego

Remove unused variable.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8769 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 578c353d
......@@ -4370,7 +4370,7 @@ static int vc1_decode_frame(AVCodecContext *avctx,
buf2 = av_mallocz(buf_size + FF_INPUT_BUFFER_PADDING_SIZE);
if(IS_MARKER(AV_RB32(buf))){ /* frame starts with marker and needs to be parsed */
uint8_t *dst = buf2, *start, *end, *next;
uint8_t *start, *end, *next;
int size;
next = buf;
......
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