]> git.nihav.org Git - nihav.git/blob - nihav-duck/src/codecs/truemotion1.rs
decvideo: output more RGB formats
[nihav.git] / nihav-duck / src / codecs / truemotion1.rs
1 use nihav_core::codecs::*;
2
3 pub fn get_decoder() -> Box<NADecoder> {
4 unimplemented!();
5 }
6