chatmurai / mp3infoutil

Automatically exported from code.google.com/p/mp3infoutil
1 stars 0 forks source link

Typo in MpegSampleRates.as file #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
public static const HZ_24000:int = 44100;

should be

public static const HZ_24000:int = 24000;

Original issue reported on code.google.com by kazmi...@gmail.com on 13 Aug 2009 at 4:43

GoogleCodeExporter commented 9 years ago
thanks. i'll correct this immediately.

Original comment by beatportscott@gmail.com on 25 Sep 2009 at 3:37

GoogleCodeExporter commented 9 years ago
Fixed in r7

I also fixed another typo:
HZ_8000:int = 44100 -> HZ_8000:int = 8000

Original comment by beatportscott@gmail.com on 25 Sep 2009 at 10:17