mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
src/sndfile.h.in : Add SFC_SET_ADD_HEADER_PAD_CHUNK.
This commit is contained in:
parent
d7d1cc5d0c
commit
ebe136d7d1
@ -3,6 +3,9 @@
|
||||
* src/wav.c
|
||||
Allow 'PAD ' chunk to be modified in RDWR mode.
|
||||
|
||||
* src/sndfile.h.in
|
||||
Add SFC_SET_ADD_HEADER_PAD_CHUNK.
|
||||
|
||||
2008-08-21 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
|
||||
|
||||
* examples/sndfile-bwf-set.c
|
||||
|
@ -153,6 +153,7 @@ enum
|
||||
SFC_GET_MAX_ALL_CHANNELS = 0x1045,
|
||||
|
||||
SFC_SET_ADD_PEAK_CHUNK = 0x1050,
|
||||
SFC_SET_ADD_HEADER_PAD_CHUNK = 0x1051,
|
||||
|
||||
SFC_UPDATE_HEADER_NOW = 0x1060,
|
||||
SFC_SET_UPDATE_HEADER_AUTO = 0x1061,
|
||||
@ -189,7 +190,7 @@ enum
|
||||
SFC_WAVEX_SET_AMBISONIC = 0x1200,
|
||||
SFC_WAVEX_GET_AMBISONIC = 0x1201,
|
||||
|
||||
SFC_SET_VBR_ENCODING_QUALITY = 0x1300,
|
||||
SFC_SET_VBR_ENCODING_QUALITY = 0x1300,
|
||||
|
||||
/* Following commands for testing only. */
|
||||
SFC_TEST_IEEE_FLOAT_REPLACE = 0x6001,
|
||||
|
Loading…
Reference in New Issue
Block a user