Fix FLAC API with missing LPC order.

This commit is contained in:
2021-11-06 19:43:04 +00:00
parent 903d5402f8
commit a53d17cc14
3 changed files with 4 additions and 1 deletions

View File

@@ -77,6 +77,7 @@ AARU_EXPORT size_t AARU_CALL AARU_flac_encode_redbook_buffer(uint8_t* dst_
int32_t do_mid_side_stereo,
int32_t loose_mid_side_stereo,
const char* apodization,
uint32_t max_lpc_order,
uint32_t qlp_coeff_precision,
int32_t do_qlp_coeff_prec_search,
int32_t do_exhaustive_model_search,