From: Anthony Minessale Date: Wed, 9 Nov 2016 18:24:06 +0000 (-0600) Subject: FS-9715 don't need this part X-Git-Tag: v1.8.0~1114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17fbd965b96a22bff459c740b04cae4e3f71a959;p=thirdparty%2Ffreeswitch.git FS-9715 don't need this part --- diff --git a/src/mod/applications/mod_av/avformat.c b/src/mod/applications/mod_av/avformat.c index a00acaaa6c..2cb68af545 100644 --- a/src/mod/applications/mod_av/avformat.c +++ b/src/mod/applications/mod_av/avformat.c @@ -1847,10 +1847,6 @@ static switch_status_t av_file_open(switch_file_handle_t *handle, const char *pa handle->speed = 0; handle->pos = 0; - if (!context->has_video) { - switch_clear_flag(handle, SWITCH_FILE_FLAG_VIDEO); - } - switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Opening File [%s] %dhz %s\n", file, handle->samplerate, switch_test_flag(handle, SWITCH_FILE_FLAG_VIDEO) ? " with VIDEO" : "");