mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-23 07:22:34 +08:00
Use avpriv_report_missing_feature() where appropriate
This commit is contained in:
@@ -500,7 +500,7 @@ static int pixfmt_from_pixmap_format(AVFormatContext *s, int depth,
|
||||
|
||||
fmt++;
|
||||
}
|
||||
av_log(s, AV_LOG_ERROR, "Pixmap format not mappable.\n");
|
||||
avpriv_report_missing_feature(s, "Mapping this pixmap format");
|
||||
|
||||
return AVERROR_PATCHWELCOME;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user