diff options
Diffstat (limited to 'libavcodec/dv.c')
-rw-r--r-- | libavcodec/dv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dv.c b/libavcodec/dv.c index 8addf85367..8e359e361b 100644 --- a/libavcodec/dv.c +++ b/libavcodec/dv.c @@ -889,7 +889,6 @@ static int dvvideo_decode_frame(AVCodecContext *avctx, { DVVideoContext *s = avctx->priv_data; - *data_size=0; /* special case for last picture */ if(buf_size==0) return 0; |