mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-19 18:51:48 +00:00
bang it all, MODAPP-205
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11491 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -395,7 +395,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_file_close(switch_file_handle_t *fh)
|
||||
|
||||
while((rlen = switch_buffer_inuse(fh->pre_buffer))) {
|
||||
blen = switch_buffer_read(fh->pre_buffer, fh->pre_buffer_data, fh->pre_buffer_datalen);
|
||||
if (asis) blen /= 2;
|
||||
if (!asis) blen /= 2;
|
||||
if (fh->channels) blen /= fh->channels;
|
||||
if (fh->file_interface->file_write(fh, fh->pre_buffer_data, &blen) != SWITCH_STATUS_SUCCESS) {
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user