diff options
Diffstat (limited to 'src/plugins/General')
| -rw-r--r-- | src/plugins/General/converter/converter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/converter/converter.cpp b/src/plugins/General/converter/converter.cpp index de7aafe41..417c2784d 100644 --- a/src/plugins/General/converter/converter.cpp +++ b/src/plugins/General/converter/converter.cpp @@ -301,10 +301,10 @@ bool Converter::convert(Decoder *decoder, FILE *file, bool use16bit) outFormat = Qmmp::PCM_S8; else if(ap.sampleSize() == 2) outFormat = Qmmp::PCM_S16LE; - else if(ap.sampleSize() == 4) + else if(ap.sampleSize() == 4) outFormat = Qmmp::PCM_S32LE; - outConverter.configure(outFormat); + outConverter.configure(outFormat); int outSampleSize = AudioParameters::sampleSize(outFormat); |
