]> git.nihav.org Git - nihav.git/blob - codecs/truemotion1.rs
binkaud: fix monaural RDFT decoding (and add a test while at it)
[nihav.git] / codecs / truemotion1.rs
1 use nihav_core::codecs::*;
2
3 pub fn get_decoder() -> Box<NADecoder> {
4 unimplemented!();
5 }
6