Merge branch 'surround'
This commit is contained in:
commit
bd477ce2bc
8 changed files with 587 additions and 51 deletions
|
@ -106,6 +106,14 @@ typedef struct {
|
|||
#define CELT_SET_ANALYSIS_REQUEST 10022
|
||||
#define CELT_SET_ANALYSIS(x) CELT_SET_ANALYSIS_REQUEST, __celt_check_analysis_ptr(x)
|
||||
|
||||
#define OPUS_SET_LFE_REQUEST 10024
|
||||
#define OPUS_SET_LFE(x) OPUS_SET_LFE_REQUEST, __opus_check_int(x)
|
||||
|
||||
#define OPUS_SET_ENERGY_SAVE_REQUEST 10026
|
||||
#define OPUS_SET_ENERGY_SAVE(x) OPUS_SET_ENERGY_SAVE_REQUEST, __opus_check_val16_ptr(x)
|
||||
|
||||
#define OPUS_SET_ENERGY_MASK_REQUEST 10028
|
||||
#define OPUS_SET_ENERGY_MASK(x) OPUS_SET_ENERGY_MASK_REQUEST, __opus_check_val16_ptr(x)
|
||||
|
||||
/* Encoder stuff */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue