Fixed some bugs in string handling

Cleaned up error message code, UTF-8 is used instead of UCS2
Added detection for MPEG Layer 3 audio for more informative errors.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401779
This commit is contained in:
Sam Lantinga 2006-05-11 21:03:23 +00:00
parent 369b7e44a3
commit b31509f7be
4 changed files with 58 additions and 134 deletions

View file

@ -35,6 +35,7 @@
#define PCM_CODE 0x0001
#define MS_ADPCM_CODE 0x0002
#define IMA_ADPCM_CODE 0x0011
#define MP3_CODE 0x0055
#define WAVE_MONO 1
#define WAVE_STEREO 2