X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-core%2Fsrc%2Foptions.rs;h=d3d8be889ccceae1ea06b33f27133af522e6d044;hb=5f031d75f99167db3aca5e0bb25c06c487deb236;hp=96e093e4f95976a564d979d42b3fe6d06c5ea3e4;hpb=b36f412c24813b14cb2b1f8fd151863e2a49c1e2;p=nihav.git diff --git a/nihav-core/src/options.rs b/nihav-core/src/options.rs index 96e093e..d3d8be8 100644 --- a/nihav-core/src/options.rs +++ b/nihav-core/src/options.rs @@ -8,6 +8,8 @@ use std::sync::Arc; use std::fmt; +pub use crate::compr::deflate::{DEFLATE_MODE_DESCRIPTION, DEFLATE_OPTION_VALUES, DEFLATE_MODE_NONE, DEFLATE_MODE_FAST, DEFLATE_MODE_BETTER, DEFLATE_MODE_BEST}; + /// Common name for keyframe interval option. pub const KEYFRAME_OPTION: &str = "key_int"; /// Common description for keyframe interval option.