libeplayer3: cleanup

This commit is contained in:
martii
2013-08-02 12:44:51 +02:00
parent 9dd8efc76d
commit 45f4924ee4
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;