]> 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 //! Single place for storing information about container and codec formats.
2 extern crate nihav_core;
3
4 #[allow(clippy::unreadable_literal)]
5 pub mod detect;
6 pub mod register;