aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-itu/src/lib.rs
blob: 4f6557660648157c33ffecd317e04de312978b55 (plain) (blame)
1
2
3
4
5
6
7
8
extern crate nihav_core;
extern crate nihav_codec_support;

mod codecs;
pub use crate::codecs::itu_register_all_decoders;

#[cfg(test)]
extern crate nihav_commonfmt;