提交 69b45859 authored 作者: Brian West's avatar Brian West

FS-10050: [core] chromakey

上级 406de0db
......@@ -101,6 +101,11 @@ static void parse_params(chromakey_context_t *context, int start, int argc, char
switch_mutex_lock(context->command_mutex);
if (!context->ck) {
switch_mutex_unlock(context->command_mutex);
return;
}
context->patch = 0;
if (n > 0 && argv[i]) { // color
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论