mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 15:33:00 +02:00
libeplayer: disable subtitle code
current neutrino is not prepared for this, so comment it out to fix linking
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user