You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
Use avpriv_report_missing_feature() where appropriate
This commit is contained in:
@@ -396,7 +396,7 @@ static int libopenjpeg_decode_frame(AVCodecContext *avctx,
|
||||
}
|
||||
break;
|
||||
default:
|
||||
av_log(avctx, AV_LOG_ERROR, "unsupported pixel size %d\n", pixel_size);
|
||||
avpriv_report_missing_feature(avctx, "Pixel size %d", pixel_size);
|
||||
ret = AVERROR_PATCHWELCOME;
|
||||
goto done;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user