]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-10050: [core] chromakey
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 3 Mar 2017 01:28:45 +0000 (19:28 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 3 Mar 2017 01:28:45 +0000 (19:28 -0600)
src/mod/applications/mod_video_filter/mod_video_filter.c

index 204a36b572ad122da1d574e20dc4de444be614ee..e7d7250232f3a5b232a7d71a34da12c2d87af266 100644 (file)
@@ -421,7 +421,7 @@ SWITCH_STANDARD_APP(chromakey_start_function)
        char *argv[4] = { 0 };
        int argc;
        char *lbuf;
-       switch_media_bug_flag_t flags = SMBF_READ_VIDEO_PING;// SMBF_READ_VIDEO_PATCH;
+       switch_media_bug_flag_t flags = SMBF_READ_VIDEO_PING|SMBF_READ_VIDEO_PATCH;
        const char *function = "chromakey";
        chromakey_context_t *context;