libeplayer3/subtitles/spark: use backbuffer and blit

Origin commit data
------------------
Branch: master
Commit: 84b264ad87
Author: martii <m4rtii@gmx.de>
Date: 2013-07-27 (Sat, 27 Jul 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-07-27 08:12:03 +02:00
parent 510d320b64
commit 19ba5c1b78
5 changed files with 29 additions and 62 deletions

View File

@@ -121,6 +121,7 @@ typedef struct
int shareFramebuffer;
int framebufferFD;
void (*framebufferBlit)(void);
} SubtitleOutputDef_t;
#endif