diff options
Diffstat (limited to 'src/libffmpeg/libavcodec/vcr1.c')
-rw-r--r-- | src/libffmpeg/libavcodec/vcr1.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libffmpeg/libavcodec/vcr1.c b/src/libffmpeg/libavcodec/vcr1.c index 05539452a..9a706af31 100644 --- a/src/libffmpeg/libavcodec/vcr1.c +++ b/src/libffmpeg/libavcodec/vcr1.c @@ -45,8 +45,6 @@ static int decode_frame(AVCodecContext *avctx, uint8_t *bytestream= buf; int i, x, y; - *data_size = 0; - /* special case for last picture */ if (buf_size == 0) { return 0; |