]> git.nihav.org Git - nihav.git/blob - nihav-ms/src/lib.rs
copy encoding parameters from the reference when negotiating the format
[nihav.git] / nihav-ms / src / lib.rs
1 extern crate nihav_core;
2 extern crate nihav_codec_support;
3
4 mod codecs;
5 pub use crate::codecs::ms_register_all_codecs;
6 pub use crate::codecs::ms_register_all_encoders;