]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/opus_silk.c
png: set AVFrame flags/fields before calling setup_finished().
[ffmpeg] / libavcodec / opus_silk.c
index 4561b5a998fb71a3d5d6333dbbd101c71f2c88c7..bfaf1d7d00be6c8cf6645cd6475cd0b9f739f7c6 100644 (file)
@@ -807,7 +807,7 @@ int ff_silk_decode_superframe(SilkContext *s, OpusRangeCoder *rc,
 
         redundancy[i] = ff_opus_rc_dec_log(rc, 1);
         if (redundancy[i]) {
-            av_log(s->avctx, AV_LOG_ERROR, "LBRR frames present; this is unsupported\n");
+            avpriv_report_missing_feature(s->avctx, "LBRR frames");
             return AVERROR_PATCHWELCOME;
         }
     }