]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpdec_jpeg.c
Merge commit '6427379f23eb4d2b82d8d274c616f68b65a2f723'
[ffmpeg] / libavformat / rtpdec_jpeg.c
index 05dd17205c9903cd61b105cfa8e8130dec641fdb..465d9bc29211998f654246363175dffad43bde38 100644 (file)
@@ -247,7 +247,7 @@ static int jpeg_parse_packet(AVFormatContext *ctx, PayloadContext *jpeg,
         type &= ~0x40;
     }
     if (type > 1) {
-        av_log(ctx, AV_LOG_ERROR, "Unimplemented RTP/JPEG type %"PRIu8"\n", type);
+        avpriv_report_missing_feature(ctx, "RTP/JPEG type %"PRIu8, type);
         return AVERROR_PATCHWELCOME;
     }