libeplayer3: subtitles will now be displayed by neutrino

Origin commit data
------------------
Branch: master
Commit: 8c577d8e6f
Author: martii <m4rtii@gmx.de>
Date: 2014-03-21 (Fri, 21 Mar 2014)


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

------------------
This commit was generated by Migit
This commit is contained in:
martii
2014-03-21 20:15:01 +01:00
parent 66f9917b3f
commit d15d3af044
14 changed files with 133 additions and 326 deletions

View File

@@ -23,6 +23,7 @@
#include <sys/types.h>
#if 0
#define DEFAULT_ASS_HEAD "[Script Info]\n\
Original Script: (c) 2008\n\
ScriptType: v4.00\n\
@@ -76,7 +77,6 @@ typedef enum {
eSub_Txt
} SubType_t;
typedef struct {
unsigned char *data;
int len;
@@ -102,6 +102,7 @@ typedef struct {
SubGfx_t gfx;
} u;
} SubtitleOut_t;
#endif
typedef struct {
unsigned char *data;
@@ -115,13 +116,9 @@ typedef struct {
} SubtitleData_t;
typedef struct {
uint32_t *destination;
unsigned int screen_width;
unsigned int screen_height;
unsigned int destStride;
void (*framebufferBlit) (void);
void (*dvbsubWrite) (void *, int64_t);
void (*dvbsubAssWrite)(void /*AVCodecContext*/ *c, void /*AVSubtitle*/ *sub, int pid);
void (*dvbsubAssClear) (void);
} SubtitleOutputDef_t;
#endif