]> git.nihav.org Git - nihav.git/blob - src/lib.rs
avi: fix handling of multiple palette changes in single 'pc' chunk
[nihav.git] / src / lib.rs
1 extern crate nihav_core;
2
3 pub mod codecs;
4
5 #[cfg(test)]
6 extern crate nihav_commonfmt;