This commit is contained in:
Mathias Panzenböck 2013-01-09 03:22:45 +01:00
parent fb0920e0d4
commit 93ccb4a279
2 changed files with 4 additions and 4 deletions

View File

@ -89,8 +89,8 @@ files.
Supported formats:
all all supported formats
default the default set of formats (AIFF, ASF, BINK, ID3v2, IT,
MIDI, MP4, Ogg, RIFF, S3M, XM)
default the default set of formats (AIFF, ASF, AU, BINK, ID3v2,
IT, MIDI, MP4, Ogg, RIFF, S3M, SMK, XM)
aiff big-endian (Apple) wave files
asf Advanced Systems Format files (also WMA and WMV)
au Sun Microsystems audio file format (.au or .snd)

View File

@ -138,8 +138,8 @@ static int usage(int argc, char **argv)
"\n"
" Supported formats:\n"
" all all supported formats\n"
" default the default set of formats (AIFF, ASF, BINK, ID3v2, IT,\n"
" MIDI, MP4, Ogg, RIFF, S3M, XM)\n"
" default the default set of formats (AIFF, ASF, AU, BINK, ID3v2,\n"
" IT, MIDI, MP4, Ogg, RIFF, S3M, SMK, XM)\n"
" aiff big-endian (Apple) wave files\n"
" asf Advanced Systems Format files (also WMA and WMV)\n"
" au Sun Microsystems audio file format (.au or .snd)\n"