src/sndfile.h.in : Add SFC_SET_ADD_HEADER_PAD_CHUNK.

This commit is contained in:
Erik de Castro Lopo 2008-08-23 20:20:04 +10:00
parent d7d1cc5d0c
commit ebe136d7d1
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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,