mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
libeplayer3: remove no longer needed teletext output handling
Origin commit data
------------------
Branch: master
Commit: e08eadd574
Author: martii <m4rtii@gmx.de>
Date: 2014-03-23 (Sun, 23 Mar 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -92,8 +92,8 @@ bool cPlayback::Start(char *filename, int vpid, int vtype, int apid, int ac3, un
|
||||
bool ret = false;
|
||||
bool isHTTP = false;
|
||||
|
||||
printf("%s:%s - filename=%s vpid=%u vtype=%d apid=%u ac3=%d\n",
|
||||
FILENAME, __FUNCTION__, filename, vpid, vtype, apid, ac3);
|
||||
printf("%s:%s - filename=%s vpid=%u vtype=%d apid=%u ac3=%d, no_probe=%d\n",
|
||||
FILENAME, __FUNCTION__, filename, vpid, vtype, apid, ac3, no_probe);
|
||||
|
||||
init_jump = -1;
|
||||
//create playback path
|
||||
@@ -108,7 +108,7 @@ bool cPlayback::Start(char *filename, int vpid, int vtype, int apid, int ac3, un
|
||||
|
||||
if(strstr(filename, "://"))
|
||||
isHTTP = true;
|
||||
else if (pm == PLAYMODE_TS && no_probe)
|
||||
else if (no_probe)
|
||||
strcat(file, "myts://");
|
||||
else
|
||||
strcat(file, "file://");
|
||||
|
Reference in New Issue
Block a user