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 5cfff54 commit 4e7330c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libfreerdp/primitives/prim_YUV.c
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ static inline BYTE general_ANY_TO_R(const BYTE* pLine, UINT32 format)
}

static inline void general_ANY_TO_YUV(const BYTE* WINPR_RESTRICT pLine1, UINT32 format,
BYTE* WINPR_RESTRICT pYLine[2], BYTE* WINPR_RESTRICT pULine,
BYTE* WINPR_RESTRICT pYLine, BYTE* WINPR_RESTRICT pULine,
BYTE* WINPR_RESTRICT pVLine)
{
const UINT32 color1 = FreeRDPReadColor(pLine1, format);
Expand Down

0 comments on commit 4e7330c

Please sign in to comment.