From 9e75d1c7da39445cdc06c6e38886e1186a930fb3 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Mon, 1 Dec 2014 11:49:34 -0500 Subject: [PATCH] 2014-12-01 Fred Gleason * Adjust value of 'STAGE1BUFSIZE' to '16384' in 'lib/rdaudioconvert.cpp'. --- ChangeLog | 3 +++ lib/rdaudioconvert.cpp | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 073a5385..36b2f76c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14673,3 +14673,6 @@ 2014-11-30 Fred Gleason * Fixed missing 'EVENTS.HAVE_CODE2' field in the DB creation code in 'rdadmin/createdb.cpp'. +2014-12-01 Fred Gleason + * Adjust value of 'STAGE1BUFSIZE' to '16384' in + 'lib/rdaudioconvert.cpp'. diff --git a/lib/rdaudioconvert.cpp b/lib/rdaudioconvert.cpp index a9767ca2..1d0512b1 100644 --- a/lib/rdaudioconvert.cpp +++ b/lib/rdaudioconvert.cpp @@ -519,7 +519,7 @@ RDAudioConvert::ErrorCode RDAudioConvert::Stage1Vorbis(const QString &dstfile, #endif // HAVE_VORBIS } -#define STAGE1BUFSIZE 2500 +#define STAGE1BUFSIZE 16384 RDAudioConvert::ErrorCode RDAudioConvert::Stage1Mpeg(const QString &dstfile, RDWaveFile *wave)