mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
reformatted
This commit is contained in:
@@ -1034,7 +1034,7 @@ static INLINE BOOL freerdp_split_color_planes(BITMAP_PLANAR_CONTEXT* planar, con
|
||||
const UINT32 color = FreeRDPReadColor(pixel, format);
|
||||
pixel += FreeRDPGetBytesPerPixel(format);
|
||||
FreeRDPSplitColor(color, format, &planes[1][k], &planes[2][k], &planes[3][k],
|
||||
&planes[0][k], NULL);
|
||||
&planes[0][k], NULL);
|
||||
k++;
|
||||
}
|
||||
}
|
||||
@@ -1053,7 +1053,7 @@ static INLINE BOOL freerdp_split_color_planes(BITMAP_PLANAR_CONTEXT* planar, con
|
||||
const UINT32 color = FreeRDPReadColor(pixel, format);
|
||||
pixel += FreeRDPGetBytesPerPixel(format);
|
||||
FreeRDPSplitColor(color, format, &planes[1][k], &planes[2][k], &planes[3][k],
|
||||
&planes[0][k], NULL);
|
||||
&planes[0][k], NULL);
|
||||
k++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user