mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-03 14:32:16 +02:00
Fix libx264 profile listing
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
9cdb5969d4
commit
9b4badb09b
@ -453,7 +453,7 @@ static av_cold int X264_init(AVCodecContext *avctx)
|
|||||||
av_log(avctx, AV_LOG_ERROR, "Error setting profile %s.\n", x4->profile);
|
av_log(avctx, AV_LOG_ERROR, "Error setting profile %s.\n", x4->profile);
|
||||||
av_log(avctx, AV_LOG_INFO, "Possible profiles:");
|
av_log(avctx, AV_LOG_INFO, "Possible profiles:");
|
||||||
for (i = 0; x264_profile_names[i]; i++)
|
for (i = 0; x264_profile_names[i]; i++)
|
||||||
av_log(avctx, AV_LOG_INFO, " %s", x264_preset_names[i]);
|
av_log(avctx, AV_LOG_INFO, " %s", x264_profile_names[i]);
|
||||||
av_log(avctx, AV_LOG_INFO, "\n");
|
av_log(avctx, AV_LOG_INFO, "\n");
|
||||||
return AVERROR(EINVAL);
|
return AVERROR(EINVAL);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user