mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 08:33:39 +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:
@@ -14673,3 +14673,6 @@
|
|||||||
2014-11-30 Fred Gleason <fredg@paravelsystems.com>
|
2014-11-30 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed missing 'EVENTS.HAVE_CODE2' field in the DB creation code
|
* Fixed missing 'EVENTS.HAVE_CODE2' field in the DB creation code
|
||||||
in 'rdadmin/createdb.cpp'.
|
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
|
#endif // HAVE_VORBIS
|
||||||
}
|
}
|
||||||
|
|
||||||
#define STAGE1BUFSIZE 2500
|
#define STAGE1BUFSIZE 16384
|
||||||
|
|
||||||
RDAudioConvert::ErrorCode RDAudioConvert::Stage1Mpeg(const QString &dstfile,
|
RDAudioConvert::ErrorCode RDAudioConvert::Stage1Mpeg(const QString &dstfile,
|
||||||
RDWaveFile *wave)
|
RDWaveFile *wave)
|
||||||
|
Reference in New Issue
Block a user