FS-10131: [freeswitch-core] Incorrect video decode flags in some places #resolve

This commit is contained in:
Anthony Minessale 2017-03-13 14:54:14 -05:00
parent de8c37975b
commit 77882c70b0
1 changed files with 0 additions and 2 deletions

View File

@ -384,8 +384,6 @@ static switch_bool_t chromakey_bug_callback(switch_media_bug_t *bug, void *user_
{
chromakey_context_t *context = (chromakey_context_t *)user_data;
switch_channel_t *channel = switch_core_session_get_channel(context->session);
switch (type) {
case SWITCH_ABC_TYPE_INIT:
{