mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
src/command.c : Add WVE to the list of major formats.
This commit is contained in:
parent
504a18fa0e
commit
457db0a732
@ -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
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user