提交 543a3767 编写于 作者: M makise-homura

obs-x264: Discard excess warning for e2k

上级 006443b8
......@@ -45,7 +45,7 @@ struct obs_x264_options obs_x264_parse_options(const char *options_string)
struct obs_x264_option *out_option = out_options;
for (char **input_word = input_words; *input_word; ++input_word) {
if (getparam(*input_word, &out_option->name,
&out_option->value)) {
(const char **)&out_option->value)) {
++out_option;
} else {
*ignored_word = *input_word;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册