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

@@ -37,10 +37,6 @@ extern Container_t FFMPEGContainer;
typedef struct ContainerHandler_s {
char *Name;
Container_t *selectedContainer;
Container_t *textSrtContainer;
Container_t *textSsaContainer;
Container_t *assContainer;
int (*Command) ( /*Context_t */ void *, ContainerCmd_t, void *);
} ContainerHandler_t;