libeplayer3: cleanup

This commit is contained in:
martii
2013-08-02 12:44:51 +02:00
parent f7d530de36
commit 6f531ed8b0
6 changed files with 47 additions and 187 deletions

View File

@@ -170,7 +170,7 @@ int main(int argc,char* argv[]) {
out.screen_width = xRes;
out.screen_height = yRes;
out.framebufferFD = fd;
out.destination = lfb;
out.destination = (uint32_t *)lfb;
out.destStride = stride;
out.shareFramebuffer = 1;