X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-core%2Fsrc%2Foptions.rs;h=d3d8be889ccceae1ea06b33f27133af522e6d044;hp=96e093e4f95976a564d979d42b3fe6d06c5ea3e4;hb=8570a0b3c0fc320f0482f4bcc1d5a73d89903bfe;hpb=9f838842665ed75d8fda65146a8a1268b62160ee 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.