RustAudio / lewton

Rust vorbis decoder
Other
261 stars 26 forks source link

cmp tests broken #98

Closed est31 closed 2 years ago

est31 commented 2 years ago

On master, the cmp tests are broken:

> attempted to zero-initialize type `vorbisfile_sys::ov_callbacks`, which is invalid

I think this will fix it: https://github.com/tomaka/vorbis-rs/pull/20

est31 commented 2 years ago

Urgh I keep forgetting that there is an already existing lewton issue for this: #89