]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7789 [mod_av] Fixed issue with audio dropping out partway through recordings
authorBradley Jokinen <bradleyjokinen@reliancetelephone.com>
Mon, 20 Jul 2015 16:28:38 +0000 (11:28 -0500)
committerBradley Jokinen <bradleyjokinen@reliancetelephone.com>
Mon, 20 Jul 2015 16:28:38 +0000 (11:28 -0500)
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

index 6b959eb0684b2481ee5675085e9580d63b38f31b..08b573f0db890d3de91d7216e86c6db21690d311 100644 (file)
@@ -1712,7 +1712,6 @@ static switch_status_t av_file_write(switch_file_handle_t *handle, void *data, s
                        }
                }
 
-               break;
        }