ab-av1 0.5.2

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;