scaler initial work
[nihav.git] / nihav-core / src / lib.rs
CommitLineData
77d06de2
KS
1#[cfg(feature="decoders")]
2pub mod codecs;
3
4#[cfg(feature="demuxers")]
5869fd63 5pub mod demuxers;
77d06de2 6
fba6f8e4 7pub mod formats;
5869fd63 8pub mod frame;
90aa4e6b 9pub mod io;
1a967e6b 10pub mod refs;
d48ee414 11pub mod register;
b5bd2ae4 12pub mod detect;
03accf76 13pub mod scale;
3f3b5b23 14
e35062e7 15#[cfg(feature="dsp")]
3f3b5b23 16pub mod dsp;
cc0859d6 17
4f6124ac 18pub mod test;