mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-09 16:13:49 +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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user