doc++
This commit is contained in:
parent
fb0920e0d4
commit
93ccb4a279
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue