Skip to content

Commit

Permalink
fix typeo
Browse files Browse the repository at this point in the history
  • Loading branch information
jsorg71 committed May 14, 2024
1 parent b80d385 commit 019c29e
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 019c29e

Please sign in to comment.