]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/v210dec.c
Make sure the EC code does not attempt to use inter based concealment if there
[ffmpeg] / libavcodec / v210dec.c
index 08c954d88e53fb444ebe83b8f2ba3922583b4c1a..ceeccb634609f5117c57b40170196adf0e629b38 100644 (file)
@@ -30,8 +30,6 @@ static av_cold int decode_init(AVCodecContext *avctx)
         av_log(avctx, AV_LOG_ERROR, "v210 needs even width\n");
         return -1;
     }
-    if (avcodec_check_dimensions(avctx, avctx->width, avctx->height) < 0)
-        return -1;
     avctx->pix_fmt             = PIX_FMT_YUV422P16;
     avctx->bits_per_raw_sample = 10;