mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-15 15:01:28 +03:00
STRIDE_ALIGN 16 -> 64
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user