]> git.nihav.org Git - nihav.git/blame - nihav-indeo/src/lib.rs
add NASimpleVideoFrame and try it in RV60 decoder
[nihav.git] / nihav-indeo / src / lib.rs
CommitLineData
5641dccf
KS
1extern crate nihav_core;
2
3pub mod codecs;
3167c45c
KS
4
5#[cfg(test)]
6extern crate nihav_commonfmt;