]> git.nihav.org Git - nihav.git/blob - nihav-vivo/src/lib.rs
zmbv: fix out-of-bounds motion compensation
[nihav.git] / nihav-vivo / src / lib.rs
1 //! Crate for providing support for VivoActive formats.
2 extern crate nihav_core;
3 extern crate nihav_codec_support;
4
5 mod codecs;
6 mod demuxers;
7
8 pub use crate::codecs::vivo_register_all_decoders;
9 pub use crate::demuxers::vivo_register_all_demuxers;