]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/shorten.c
Merge commit 'fcbdd605b5409103c3f4bfa063ea270f2229b125'
[ffmpeg] / libavcodec / shorten.c
index 3157c11da11ce85d81ac41fca933137c71ae712e..90569bdb1feeebbeddaa3f2a30517efb3a92a9ce 100644 (file)
@@ -627,8 +627,8 @@ static int shorten_decode_frame(AVCodecContext *avctx, void *data,
             case FN_BLOCKSIZE: {
                 unsigned blocksize = get_uint(s, av_log2(s->blocksize));
                 if (blocksize > s->blocksize) {
-                    av_log(avctx, AV_LOG_ERROR,
-                           "Increasing block size is not supported\n");
+                    avpriv_report_missing_feature(avctx,
+                                                  "Increasing block size");
                     return AVERROR_PATCHWELCOME;
                 }
                 if (!blocksize || blocksize > MAX_BLOCKSIZE) {