From f67b6d1cefe0e86205d8c7214b3db23ca81e04eb Mon Sep 17 00:00:00 2001 From: Bradley Jokinen Date: Mon, 20 Jul 2015 11:28:38 -0500 Subject: [PATCH] FS-7789 [mod_av] Fixed issue with audio dropping out partway through recordings This fixes an issue with mod_av where audio was not included for the entire duration of a recording initiated by something other than the record_av app. --- src/mod/applications/mod_av/avformat.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mod/applications/mod_av/avformat.c b/src/mod/applications/mod_av/avformat.c index 6b959eb068..08b573f0db 100644 --- a/src/mod/applications/mod_av/avformat.c +++ b/src/mod/applications/mod_av/avformat.c @@ -1712,7 +1712,6 @@ static switch_status_t av_file_write(switch_file_handle_t *handle, void *data, s } } - break; }