yotarok / flacenc-rs

FLAC encoder written in Rust
Apache License 2.0
22 stars 3 forks source link

Fuse flacdec-bin into flacenc-bin. #209

Closed yotarok closed 2 months ago

yotarok commented 2 months ago

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.