mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
FS-10050: [core] chromakey
This commit is contained in:
parent
406de0dbf3
commit
69b45859a9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user