mirror of
https://github.com/Relintai/rpi-fbcp.git
synced 2025-02-27 11:14:19 +01:00
Fix indent.
This commit is contained in:
parent
15922d4bf9
commit
4c68c84f59
2
main.c
2
main.c
@ -154,7 +154,7 @@ int process_interlaced() {
|
|||||||
uint16_t *src = &screenbuf[bufNum][firstRow * vinfo.xres + firstCol];
|
uint16_t *src = &screenbuf[bufNum][firstRow * vinfo.xres + firstCol];
|
||||||
uint16_t *dst = (uint16_t *)&fbp[(firstRow * vinfo.xres + firstCol) * 2];
|
uint16_t *dst = (uint16_t *)&fbp[(firstRow * vinfo.xres + firstCol) * 2];
|
||||||
|
|
||||||
uint32_t moffset = vinfo.xres * INTERLACE_NUM;
|
uint32_t moffset = vinfo.xres * INTERLACE_NUM;
|
||||||
|
|
||||||
for(int row = firstRow; row <= lastRow; row += INTERLACE_NUM) {
|
for(int row = firstRow; row <= lastRow; row += INTERLACE_NUM) {
|
||||||
memcpy(dst, src, bytes);
|
memcpy(dst, src, bytes);
|
||||||
|
Loading…
Reference in New Issue
Block a user