celt.h | celt.h | |||
---|---|---|---|---|
skipping to change at line 116 | skipping to change at line 116 | |||
#define CELT_SET_START_BAND_REQUEST 10000 | #define CELT_SET_START_BAND_REQUEST 10000 | |||
#define CELT_SET_START_BAND(x) CELT_SET_START_BAND_REQUEST, _celt_check_int (x) | #define CELT_SET_START_BAND(x) CELT_SET_START_BAND_REQUEST, _celt_check_int (x) | |||
#define CELT_SET_END_BAND_REQUEST 10001 | #define CELT_SET_END_BAND_REQUEST 10001 | |||
#define CELT_SET_END_BAND(x) CELT_SET_END_BAND_REQUEST, _celt_check_int(x) | #define CELT_SET_END_BAND(x) CELT_SET_END_BAND_REQUEST, _celt_check_int(x) | |||
#define CELT_SET_CHANNELS_REQUEST 10002 | #define CELT_SET_CHANNELS_REQUEST 10002 | |||
#define CELT_SET_CHANNELS(x) CELT_SET_CHANNELS_REQUEST, _celt_check_int(x) | #define CELT_SET_CHANNELS(x) CELT_SET_CHANNELS_REQUEST, _celt_check_int(x) | |||
#define CELT_SET_SIGNALLING_REQUEST 10003 | ||||
#define CELT_SET_SIGNALLING(x) CELT_SET_SIGNALLING_REQUEST, _celt_check_int | ||||
(x) | ||||
/** GET the lookahead used in the current mode */ | /** GET the lookahead used in the current mode */ | |||
#define CELT_GET_LOOKAHEAD 1001 | #define CELT_GET_LOOKAHEAD 1001 | |||
/** GET the sample rate used in the current mode */ | /** GET the sample rate used in the current mode */ | |||
#define CELT_GET_SAMPLE_RATE 1003 | #define CELT_GET_SAMPLE_RATE 1003 | |||
/** GET the bit-stream version for compatibility check */ | /** GET the bit-stream version for compatibility check */ | |||
#define CELT_GET_BITSTREAM_VERSION 2000 | #define CELT_GET_BITSTREAM_VERSION 2000 | |||
/** Contains the state of an encoder. One encoder state is needed | /** Contains the state of an encoder. One encoder state is needed | |||
for each stream. It is initialised once at the beginning of the | for each stream. It is initialised once at the beginning of the | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 4 lines changed or added | |||