From: Bradley Jokinen Date: Mon, 20 Jul 2015 16:28:38 +0000 (-0500) Subject: FS-7789 [mod_av] Fixed issue with audio dropping out partway through recordings X-Git-Tag: v1.6.2~259^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f67b6d1cefe0e86205d8c7214b3db23ca81e04eb;p=thirdparty%2Ffreeswitch.git 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. --- 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; }