Browse Source

Remove unused variable from ffv1 decoder.

tags/n0.11
Carl Eugen Hoyos 13 years ago
parent
commit
23fba3ed5c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/ffv1.c

+ 1
- 1
libavcodec/ffv1.c View File

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



Loading…
Cancel
Save