]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/asv1.c
use dc tables from msmpeg4 instead of duplicating them patch by anonymous
[ffmpeg] / libavcodec / asv1.c
index 95b15337bfa8a736c52729decb3b7c92e4f5ed21..b8030ef3ab3b2348abd6c8cd646bf48ae4209b2d 100644 (file)
@@ -409,11 +409,6 @@ static int decode_frame(AVCodecContext *avctx,
     AVFrame * const p= (AVFrame*)&a->picture;
     int mb_x, mb_y;
 
-    /* special case for last picture */
-    if (buf_size == 0) {
-        return 0;
-    }
-
     if(p->data[0])
         avctx->release_buffer(avctx, p);