aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-core/src/lib.rs
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2020-05-21 10:56:32 +0200
committerKostya Shishkov <kostya.shishkov@gmail.com>2020-05-21 10:56:32 +0200
commita92964d593be4ebf96706842c02b428d68325b8d (patch)
tree30057ebf0c370e0eaaf502cc3dad08085e00efbd /nihav-core/src/lib.rs
parent5d7c05420cbb5ba6ca051defd85b996e037c3fe1 (diff)
downloadnihav-a92964d593be4ebf96706842c02b428d68325b8d.tar.gz
core: introduce muxers module
Diffstat (limited to 'nihav-core/src/lib.rs')
-rw-r--r--nihav-core/src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/nihav-core/src/lib.rs b/nihav-core/src/lib.rs
index 99ea57c..c98956d 100644
--- a/nihav-core/src/lib.rs
+++ b/nihav-core/src/lib.rs
@@ -9,6 +9,9 @@ pub mod codecs;
#[cfg(feature="compr")]
pub mod compr;
+#[cfg(feature="muxers")]
+pub mod muxers;
+
#[cfg(feature="demuxers")]
pub mod demuxers;