libeplayer3: cleanup

Origin commit data
------------------
Branch: master
Commit: 6f531ed8b0
Author: martii <m4rtii@gmx.de>
Date: 2013-08-02 (Fri, 02 Aug 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-08-02 12:44:51 +02:00
parent a2879d9192
commit 090d4b350c
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;