X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fdxtory.c;h=285ca38efb8b48875c09130cc2cf65c7e796adb6;hb=bcff983dc340e76518935111146c0e1daf4cb37b;hp=e736cec8dbb435e243ef4c10d50d5a8dd49049af;hpb=de3be1d09f31e0f5c72240fc0270067c5c6d2510;p=ffmpeg diff --git a/libavcodec/dxtory.c b/libavcodec/dxtory.c index e736cec8dbb..285ca38efb8 100644 --- a/libavcodec/dxtory.c +++ b/libavcodec/dxtory.c @@ -305,11 +305,7 @@ static int dxtory_decode_v2(AVCodecContext *avctx, AVFrame *pic, } if (avctx->height - line) { - av_log(avctx, AV_LOG_VERBOSE, - "Not enough slice data available, " - "cropping the frame by %d pixels\n", - avctx->height - line); - avctx->height = line; + avpriv_request_sample(avctx, "Not enough slice data available"); } return 0;