Skip to content

Commit

Permalink
xx
Browse files Browse the repository at this point in the history
  • Loading branch information
akallabeth committed Jan 9, 2025
1 parent 4862586 commit 5cfff54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libfreerdp/primitives/prim_YUV.c
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,7 @@ static INLINE pstatus_t general_RGBToYUV420_DOUBLE_ROW_X(const BYTE* WINPR_RESTR
const BYTE b2 = pLine2[bPos];
pYLine[1][x] = RGB2Y(r2, g2, b2);
}
return PRIMITIVES_SUCCESS;
}

static INLINE pstatus_t general_RGBToYUV420_X(const BYTE* WINPR_RESTRICT pSrc, UINT32 srcStep,
Expand Down

0 comments on commit 5cfff54

Please sign in to comment.