mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-25 08:56:59 +08:00
Use avpriv_report_missing_feature() where appropriate
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user