libeplayer3/subtitles/spark: use backbuffer and blit

This commit is contained in:
martii
2013-07-27 08:12:03 +02:00
committed by Stefan Seyfried
parent 185acae677
commit e7f0879153
3 changed files with 25 additions and 58 deletions

View File

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