Skip to content

Commit

Permalink
fix typeo
Browse files Browse the repository at this point in the history
(cherry picked from commit 019c29e)
  • Loading branch information
jsorg71 authored and metalefty committed Aug 4, 2024
1 parent bd2fa88 commit 3932598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/rdpSimd.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ a8r8g8b8_to_nv12_709fr_box_x86_sse2_wrap(const uint8_t *s8, int src_stride,
}
if (left_over_width > 0)
{
error = a8r8g8b8_to_nv12_709fr_box(s8 + awidaligned_widthth * 4,
error = a8r8g8b8_to_nv12_709fr_box(s8 + aligned_width * 4,
src_stride,
d8_y + aligned_width,
dst_stride_y,
Expand Down

0 comments on commit 3932598

Please sign in to comment.