]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
sigh
authorBrian West <brian@freeswitch.org>
Tue, 13 Jan 2009 05:22:21 +0000 (05:22 +0000)
committerBrian West <brian@freeswitch.org>
Tue, 13 Jan 2009 05:22:21 +0000 (05:22 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11157 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_core_file.c

index 974df9c6a3db7a1f70a7c79dd4265395f590744e..8a18b534bff997d3514e23c3d1dd83eac6782ecd 100644 (file)
@@ -210,7 +210,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_file_read(switch_file_handle_t *fh,
                                switch_assert(fh->buffer);
                        }
                        if (!fh->dbuf) {
-                               fh->dbuflen = want * 4;
+                               fh->dbuflen = want * 8;
                                fh->dbuf = switch_core_alloc(fh->memory_pool, fh->dbuflen);
                        }
                        switch_assert(fh->resampler->to_len <= fh->dbuflen);