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

FS-11425 fix typo

上级 8d06825b
......@@ -2052,7 +2052,7 @@ static void parse_profile(avcodec_profile_t *aprofile, switch_xml_t profile)
#ifdef AV_CODEC_FLAG_PASS2
flags |= AV_CODEC_FLAG_PASS2;
#endif
} else if (!strcasecmp(argv[i], "FILTER")) {
} else if (!strcasecmp(argv[i], "LOOP_FILTER")) {
#ifdef AV_CODEC_FLAG_LOOP_FILTER
flags |= AV_CODEC_FLAG_LOOP_FILTER;
#endif
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论