]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/roqvideodec.c
Merge commit '124e26971e69bb25f38c6c7cb3fa20c77cf10966'
[ffmpeg] / libavcodec / roqvideodec.c
index 4c5dec52bc5be31b47610f29163b58669c4004e5..0ab7d399d6750aa37835b25dedf3a77d547ab83e 100644 (file)
@@ -175,8 +175,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;
     }