This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Remove unused variable from ffv1 decoder.
tags/n0.11
Carl Eugen Hoyos
13 years ago
parent
c6758ac027
commit
23fba3ed5c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save