mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
av_log_missing_feature() ---> avpriv_report_missing_feature()
This commit is contained in:
@@ -213,7 +213,7 @@ static int spdif_read_packet(AVFormatContext *s, AVPacket *pkt)
|
||||
st->codec->codec_type = AVMEDIA_TYPE_AUDIO;
|
||||
st->codec->codec_id = codec_id;
|
||||
} else if (codec_id != s->streams[0]->codec->codec_id) {
|
||||
av_log_missing_feature(s, "Codec change in IEC 61937", 0);
|
||||
avpriv_report_missing_feature(s, "Codec change in IEC 61937");
|
||||
return AVERROR_PATCHWELCOME;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user