mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
libeplayer3/playback_libeplayer3: change noprobe handling
This commit is contained in:
@@ -33,7 +33,11 @@ class cPlayback
|
||||
bool Open(playmode_t PlayMode);
|
||||
void Close(void);
|
||||
bool Start(char *filename, unsigned short vpid, int vtype, unsigned short apid,
|
||||
#ifdef MARTII
|
||||
int ac3, unsigned int duration, bool no_probe = true);
|
||||
#else
|
||||
int ac3, unsigned int duration);
|
||||
#endif
|
||||
bool SetAPid(unsigned short pid, bool ac3);
|
||||
#ifdef MARTII
|
||||
bool SetSubtitlePid(unsigned short pid);
|
||||
|
Reference in New Issue
Block a user