doc++
This commit is contained in:
parent
fb0920e0d4
commit
93ccb4a279
|
@ -89,8 +89,8 @@ files.
|
||||||
|
|
||||||
Supported formats:
|
Supported formats:
|
||||||
all all supported formats
|
all all supported formats
|
||||||
default the default set of formats (AIFF, ASF, BINK, ID3v2, IT,
|
default the default set of formats (AIFF, ASF, AU, BINK, ID3v2,
|
||||||
MIDI, MP4, Ogg, RIFF, S3M, XM)
|
IT, MIDI, MP4, Ogg, RIFF, S3M, SMK, XM)
|
||||||
aiff big-endian (Apple) wave files
|
aiff big-endian (Apple) wave files
|
||||||
asf Advanced Systems Format files (also WMA and WMV)
|
asf Advanced Systems Format files (also WMA and WMV)
|
||||||
au Sun Microsystems audio file format (.au or .snd)
|
au Sun Microsystems audio file format (.au or .snd)
|
||||||
|
|
|
@ -138,8 +138,8 @@ static int usage(int argc, char **argv)
|
||||||
"\n"
|
"\n"
|
||||||
" Supported formats:\n"
|
" Supported formats:\n"
|
||||||
" all all supported formats\n"
|
" all all supported formats\n"
|
||||||
" default the default set of formats (AIFF, ASF, BINK, ID3v2, IT,\n"
|
" default the default set of formats (AIFF, ASF, AU, BINK, ID3v2,\n"
|
||||||
" MIDI, MP4, Ogg, RIFF, S3M, XM)\n"
|
" IT, MIDI, MP4, Ogg, RIFF, S3M, SMK, XM)\n"
|
||||||
" aiff big-endian (Apple) wave files\n"
|
" aiff big-endian (Apple) wave files\n"
|
||||||
" asf Advanced Systems Format files (also WMA and WMV)\n"
|
" asf Advanced Systems Format files (also WMA and WMV)\n"
|
||||||
" au Sun Microsystems audio file format (.au or .snd)\n"
|
" au Sun Microsystems audio file format (.au or .snd)\n"
|
||||||
|
|
Loading…
Reference in New Issue