Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Nov 5, 2023
1 parent 3f4b234 commit 2fc079b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion highgui/src/jpeg_encoder_rk_mpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ static inline void my_memset(unsigned char* dst, unsigned char c, int size)
}
if (size > 8)
{
vst1_u8(dst, _p);
vst1_u8(dst, vget_low_u8(_p));
dst += 8;
size -= 8;
}
Expand Down

0 comments on commit 2fc079b

Please sign in to comment.