Skip to content

Commit

Permalink
cdef_filter_neon_erased: Fix signature
Browse files Browse the repository at this point in the history
  • Loading branch information
randomPoison committed Jul 8, 2024
1 parent 8f1e51a commit e1d4941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdef.rs
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ unsafe extern "C" fn cdef_filter_neon_erased<
edges: CdefEdgeFlags,
bitdepth_max: c_int,
_dst: *const FFISafe<Rav1dPictureDataComponentOffset>,
_top: *const FFISafe<DisjointMut<AlignedVec64<u8>>>,
_top: *const FFISafe<CdefTop<'_>>,
_bottom: *const FFISafe<CdefBottom<'_>>,
) {
use crate::src::align::Align16;
Expand Down

0 comments on commit e1d4941

Please sign in to comment.