ab-av1 0.3.3

AV1 encoding with fast VMAF sampling
1
2
3
4
5
6
macro_rules! style {
    ($($x:tt)*) => {
        console::style(format!($($x)*))
    }
}
pub(crate) use style;