src/command.c : Add WVE to the list of major formats.

This commit is contained in:
Erik de Castro Lopo 2008-01-22 06:38:50 +11:00
parent 504a18fa0e
commit 457db0a732
2 changed files with 9 additions and 0 deletions

View File

@ -1,9 +1,17 @@
2008-01-22 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* src/command.c
Add WVE to the list of major formats.
2008-01-21 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* src/common.[ch]
Add internal functions str_of_major_format, str_of_minor_format,
str_of_open_mode and str_of_endianness.
* tests/write_read_test.tpl
Fix reporting of errors in new_rdwr_XXXX_test.
2008-01-20 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* examples/sndfile-play.c

View File

@ -130,6 +130,7 @@ static SF_FORMAT_INFO const major_formats [] =
{ SF_FORMAT_WAV, "WAV (Microsoft)", "wav" },
{ SF_FORMAT_NIST, "WAV (NIST Sphere)", "wav" },
{ SF_FORMAT_WAVEX, "WAVEX (Microsoft)", "wav" },
{ SF_FORMAT_WVE, "WVE (Psion Series 3)", "wve" },
{ SF_FORMAT_XI, "XI (FastTracker 2)", "xi" },
} ; /* major_formats */