]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/truemotion1.c
use dc tables from msmpeg4 instead of duplicating them patch by anonymous
[ffmpeg] / libavcodec / truemotion1.c
index 880ab8d2eee633a011017da63b2d12eb873d1407..0c3bb09cf10268d0ac0fae1e96e660634e917864 100644 (file)
@@ -873,10 +873,6 @@ static int truemotion1_decode_frame(AVCodecContext *avctx,
     s->buf = buf;
     s->size = buf_size;
 
-    /* no supplementary picture */
-    if (buf_size == 0)
-        return 0;
-
     if (truemotion1_decode_header(s) == -1)
         return -1;