mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
rsodec: Use avpriv_report_missing_feature() where appropriate
This commit is contained in:
parent
1ecdf8912b
commit
1ae07959ab
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ static int rso_read_header(AVFormatContext *s)
|
|||
codec = ff_codec_get_id(ff_codec_rso_tags, id);
|
||||
|
||||
if (codec == AV_CODEC_ID_ADPCM_IMA_WAV) {
|
||||
av_log(s, AV_LOG_ERROR, "ADPCM in RSO not implemented\n");
|
||||
avpriv_report_missing_feature(s, "ADPCM in RSO");
|
||||
return AVERROR_PATCHWELCOME;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue