STRIDE_ALIGN 16 -> 64
This commit is contained in:
parent
aeb2846d15
commit
609996005f
@ -27,6 +27,6 @@ cfg_if! {
|
|||||||
pub mod codec;
|
pub mod codec;
|
||||||
mod convert;
|
mod convert;
|
||||||
pub use self::convert::*;
|
pub use self::convert::*;
|
||||||
pub const STRIDE_ALIGN: usize = 16; // commonly used in libvpx vpx_img_alloc caller
|
pub const STRIDE_ALIGN: usize = 64; // commonly used in libvpx vpx_img_alloc caller
|
||||||
|
|
||||||
mod vpx;
|
mod vpx;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user