1
0
Fork 0
This commit is contained in:
Bernat 2025-02-28 10:46:22 +00:00 committed by GitHub
commit 527b00ac99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -848,7 +848,6 @@ static void yuv422_2_rgb8888(uint8_t *dst_ptr,
int32_t uv_span,
int32_t dst_span)
{
height -= 1;
while (height > 0)
{
height -= width<<16;
@ -1020,7 +1019,6 @@ static void yuv444_2_rgb8888(uint8_t *dst_ptr,
int32_t uv_span,
int32_t dst_span)
{
height -= 1;
while (height > 0)
{
height -= width<<16;