Commit 23fba3ed authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Remove unused variable from ffv1 decoder.

parent c6758ac0
......@@ -1946,7 +1946,7 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPac
FFV1Context *f = avctx->priv_data;
RangeCoder * const c= &f->slice_context[0]->c;
AVFrame * const p= &f->picture;
int bytes_read, i;
int i;
uint8_t keystate= 128;
const uint8_t *buf_p;
......
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