diff options
Diffstat (limited to 'src/libffmpeg/libavcodec/asv1.c')
-rw-r--r-- | src/libffmpeg/libavcodec/asv1.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libffmpeg/libavcodec/asv1.c b/src/libffmpeg/libavcodec/asv1.c index 24916590f..2ab729c17 100644 --- a/src/libffmpeg/libavcodec/asv1.c +++ b/src/libffmpeg/libavcodec/asv1.c @@ -403,8 +403,6 @@ static int decode_frame(AVCodecContext *avctx, AVFrame * const p= (AVFrame*)&a->picture; int mb_x, mb_y; - *data_size = 0; - /* special case for last picture */ if (buf_size == 0) { return 0; |