mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-13 06:40:26 +02:00
2014-12-01 Fred Gleason <fredg@paravelsystems.com>
* Adjust value of 'STAGE1BUFSIZE' to '16384' in 'lib/rdaudioconvert.cpp'.
This commit is contained in:
parent
7d46f597a2
commit
9e75d1c7da
@ -14673,3 +14673,6 @@
|
||||
2014-11-30 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed missing 'EVENTS.HAVE_CODE2' field in the DB creation code
|
||||
in 'rdadmin/createdb.cpp'.
|
||||
2014-12-01 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Adjust value of 'STAGE1BUFSIZE' to '16384' in
|
||||
'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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user