FLACCL: 88.2 khz audio support

This commit is contained in:
Grigory Chudov
2013-05-27 22:53:01 -04:00
parent a86b66e7a6
commit 2a55d33d9f

View File

@@ -2118,7 +2118,7 @@ namespace CUETools.Codecs.FLACCL
ch_code = channels - 1;
// find samplerate in table
for (i = 4; i < 12; i++)
for (i = 1; i < 12; i++)
{
if (sample_rate == Flake.flac_samplerates[i])
{