libeplayer3: drop non-shared framebuffer support

Origin commit data
------------------
Branch: master
Commit: 5579633b0c
Author: martii <m4rtii@gmx.de>
Date: 2013-08-04 (Sun, 04 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-04 16:22:07 +02:00
parent d822ca5566
commit 5a2766caa4
7 changed files with 38 additions and 109 deletions

View File

@@ -169,10 +169,8 @@ int main(int argc,char* argv[]) {
/* for testing ass subtitles */
out.screen_width = xRes;
out.screen_height = yRes;
out.framebufferFD = fd;
out.destination = (uint32_t *)lfb;
out.destStride = stride;
out.shareFramebuffer = 1;
player->output->subtitle->Command(player, (OutputCmd_t)OUTPUT_SET_SUBTITLE_OUTPUT, (void*) &out);