Use avpriv_report_missing_feature() where appropriate

This commit is contained in:
Diego Biurrun
2015-12-16 18:01:34 +01:00
parent 59d2b00d20
commit 67deba8a41
33 changed files with 73 additions and 79 deletions
+1 -1
View File
@@ -230,7 +230,7 @@ static int jpeg_parse_packet(AVFormatContext *ctx, PayloadContext *jpeg,
len -= 8;
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;
}