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
@@ -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;
}