Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

add option '-t' to present on a 10bits display #131

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

guoyejun
Copy link

@guoyejun guoyejun commented Aug 2, 2018

No description provided.

Copy link
Contributor

@xuguangxin xuguangxin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! only the magic number we may need remove

@@ -723,7 +759,7 @@ class Grid
goto DONE;
}
dest->crop.x = j * width;
dest->crop.y = i * height;
dest->crop.y = ((i * height) & ~31);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why we need this? where we get this magic number, could we query it form va?
t

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants