提交 41301847 authored 作者: Seven Du's avatar Seven Du 提交者: Andrey Volk

FS-11425 default to level 3.1 follows 459baa858679b74abe8398b4ad06e43beafd9b89

上级 a455614e
......@@ -520,7 +520,7 @@ static void init_profile(avcodec_profile_t *aprofile, const char *name)
if (!strcasecmp(name, "H264")) {
aprofile->ctx.profile = FF_PROFILE_H264_BASELINE;
aprofile->ctx.level = 41;
aprofile->ctx.level = 31;
#ifdef AV_CODEC_FLAG_PSNR
aprofile->ctx.flags |= AV_CODEC_FLAG_PSNR;
#endif
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论