libeplayer: disable subtitle code

current neutrino is not prepared for this, so comment
it out to fix linking
This commit is contained in:
Stefan Seyfried
2015-02-13 17:57:55 +01:00
parent dc5067e5d2
commit d4365037f6
2 changed files with 12 additions and 2 deletions

View File

@@ -70,8 +70,10 @@ class Input
Input();
~Input();
#if 0
bool ReadSubtitle(const char *filename, const char *format, int pid);
bool ReadSubtitles(const char *filename);
#endif
bool Init(const char *filename);
bool UpdateTracks();
bool Play();