libeplayer3: let neutrino handle bitmap subtitles

Origin commit data
------------------
Branch: master
Commit: d9e8e98678
Author: martii <m4rtii@gmx.de>
Date: 2014-03-16 (Sun, 16 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-16 07:29:38 +01:00
parent 88415f504e
commit bd349dc675
22 changed files with 116 additions and 661 deletions

View File

@@ -59,6 +59,7 @@ typedef struct Track_s {
int inject_raw_pcm;
int pending;
int is_static;
long long int chapter_start;
long long int chapter_end;
} Track_t;
@@ -75,7 +76,6 @@ typedef struct ManagerHandler_s {
Manager_t *audio;
Manager_t *video;
Manager_t *subtitle;
Manager_t *dvbsubtitle;
Manager_t *teletext;
Manager_t *chapter;
} ManagerHandler_t;