mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-23 17:09:40 +00:00
STRIDE_ALIGN 16 -> 64
This commit is contained in:
parent
aeb2846d15
commit
609996005f
1 changed files with 1 additions and 1 deletions
|
|
@ -27,6 +27,6 @@ cfg_if! {
|
|||
pub mod codec;
|
||||
mod 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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue