Skip to content

Commit

Permalink
MsacContext::symbol_adapt16: Make private so safety invariants are …
Browse files Browse the repository at this point in the history
…guaranteed.
  • Loading branch information
kkysen committed Jul 26, 2023
1 parent e82488c commit f3908e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/msac.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pub struct MsacContext {
pub cnt: libc::c_int,
allow_update_cdf: libc::c_int,
#[cfg(all(feature = "asm", target_arch = "x86_64"))]
pub symbol_adapt16:
symbol_adapt16:
unsafe extern "C" fn(&mut MsacContext, *mut uint16_t, size_t, usize) -> libc::c_uint,
}

Expand Down

0 comments on commit f3908e0

Please sign in to comment.