libeplayer3/subtitles/spark: use backbuffer and blit

This commit is contained in:
martii
2013-07-27 08:12:03 +02:00
parent 441f337b48
commit 84b264ad87
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