bug fixes

This commit is contained in:
chudov
2010-04-16 04:30:51 +00:00
parent a866b79341
commit 08722c0255
46 changed files with 1990 additions and 420 deletions

View File

@@ -139,9 +139,6 @@ namespace CUETools.Codecs.LAME
public LHV1(AudioPCMConfig format, uint MpeBitRate)
{
if ( format.BitsPerSample != 16)
throw new ArgumentOutOfRangeException("format", "Only 16 bits samples supported");
dwStructVersion = 1;
dwStructSize = (uint)Marshal.SizeOf(typeof(BE_CONFIG));
switch (format.SampleRate)