未验证 提交 09370e85 编写于 作者: J Jim 提交者: GitHub

Merge pull request #2528 from RytoEX/fix-qsv-target-usages

obs-qsv11: Fix target usage values
......@@ -74,17 +74,10 @@ static const struct qsv_rate_control_info qsv_ratecontrols[] = {
{"AVBR", false}, {"ICQ", true}, {"LA_ICQ", true}, {"LA_CBR", true},
{"LA_VBR", true}, {0, false}};
static const char *const qsv_profile_names[] = {"high", "main", "baseline", 0};
static const char *const qsv_usage_names[] = {"quality",
"balanced",
"speed",
"veryslow",
"slower",
"slow",
"medium",
"fast",
"faster"
"veryfast",
0};
static const char *const qsv_usage_names[] = {"quality", "balanced", "speed",
"veryslow", "slower", "slow",
"medium", "fast", "faster",
"veryfast", 0};
typedef struct qsv_t qsv_t;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册