]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/roqvideodec.c
hevc: 16x16 NEON idct: Use the right element size for loads/stores
[ffmpeg] / libavcodec / roqvideodec.c
index 4f778dc98aef5ea545762d32483c4efc6530bbf7..d141064b82b1f285b2d4668cfe54715b8080aa8c 100644 (file)
@@ -164,8 +164,7 @@ static av_cold int roq_decode_init(AVCodecContext *avctx)
     s->avctx = avctx;
 
     if (avctx->width % 16 || avctx->height % 16) {
-        av_log(avctx, AV_LOG_ERROR,
-               "Dimensions must be a multiple of 16\n");
+        avpriv_request_sample(avctx, "Dimensions not being a multiple of 16");
         return AVERROR_PATCHWELCOME;
     }