]> 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 extern crate nihav_codec_support;
3
4 mod codecs;
5 mod demuxers;
6
7 pub use crate::codecs::vivo_register_all_decoders;
8 pub use crate::demuxers::vivo_register_all_demuxers;