From 2a55d33d9fe80b19a3f815356f19040200680b17 Mon Sep 17 00:00:00 2001 From: Grigory Chudov Date: Mon, 27 May 2013 22:53:01 -0400 Subject: [PATCH] FLACCL: 88.2 khz audio support --- CUETools.Codecs.FLACCL/FLACCLWriter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CUETools.Codecs.FLACCL/FLACCLWriter.cs b/CUETools.Codecs.FLACCL/FLACCLWriter.cs index 1bff52e..5a93356 100644 --- a/CUETools.Codecs.FLACCL/FLACCLWriter.cs +++ b/CUETools.Codecs.FLACCL/FLACCLWriter.cs @@ -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]) {