]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-10131: [freeswitch-core] Incorrect video decode flags in some places #resolve
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 13 Mar 2017 19:54:14 +0000 (14:54 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 13 Mar 2017 19:54:14 +0000 (14:54 -0500)
src/mod/applications/mod_video_filter/mod_video_filter.c

index 0410c1ac83eb9839a8bf631efa8aba3501a2c3e7..7b617e082f54fd84393f201d78441848231efe94 100644 (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:
                {