]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vmnc.c
make mv_cache init 64bit where possible.
[ffmpeg] / libavcodec / vmnc.c
index a97655a27c39ac88e8b3f2c8490b6eae1898b394..b4c07f76e46868fabea53cc3287cb33454668fb2 100644 (file)
@@ -468,9 +468,6 @@ static av_cold int decode_init(AVCodecContext *avctx)
     c->width = avctx->width;
     c->height = avctx->height;
 
-    if (avcodec_check_dimensions(avctx, avctx->width, avctx->height) < 0) {
-        return 1;
-    }
     c->bpp = avctx->bits_per_coded_sample;
     c->bpp2 = c->bpp/8;