For improving maintainability, "flacdec-bin" features will be merged to "flacenc-bin". For that migration, "__export_decode" is removed.
This commit also fixes a bug, in u_to_i utility function in crate::parser, that returns maximum value instead of minimum value when only MSB of the input is set.
For improving maintainability, "flacdec-bin" features will be merged to "flacenc-bin". For that migration, "__export_decode" is removed.
This commit also fixes a bug, in
u_to_i
utility function incrate::parser
, that returns maximum value instead of minimum value when only MSB of the input is set.