commit | 165d7b1d071f6220ed41099c68c1abffc168ef15 | [log] [tgz] |
---|---|---|
author | lvqcl <lvqcl.mail@gmail.com> | Mon Oct 12 00:59:08 2015 +0300 |
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | Wed Oct 14 06:34:24 2015 +1100 |
tree | d57a303d412c936dd93bf4f43dbe710c22ea42bc | |
parent | 8d43282a902c81203a53aee553029a0abbbd5414 [diff] |
stream_encoder.c: Fix subframe_bps comparison libFLAC limits the value of qlp_coeff_precision to make sure that 32-bit math is enough for decoding of 16-bit audio. subframe_bps can be equal to 17 for 16-bit input (for side channel) so the value of subframe_bps should be compared with 17, not 16. Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>