mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
armbox eplayer: small fix TTX
This commit is contained in:
@@ -512,9 +512,9 @@ void cPlayback::FindAllSubtitlePids(int *pids, unsigned int *numpids, std::strin
|
|||||||
void cPlayback::FindAllTeletextsubtitlePids(int *pids, unsigned int *numpids, std::string *language, int *mags, int *pages)
|
void cPlayback::FindAllTeletextsubtitlePids(int *pids, unsigned int *numpids, std::string *language, int *mags, int *pages)
|
||||||
{
|
{
|
||||||
lt_info("%s\n", __func__);
|
lt_info("%s\n", __func__);
|
||||||
/*
|
|
||||||
int max_numpids = *numpids;
|
int max_numpids = *numpids;
|
||||||
*numpids = 0;
|
*numpids = 0;
|
||||||
|
/*
|
||||||
if(player && player->manager && player->manager->teletext) {
|
if(player && player->manager && player->manager->teletext) {
|
||||||
char ** TrackList = NULL;
|
char ** TrackList = NULL;
|
||||||
player->manager->teletext->Command(player, MANAGER_LIST, &TrackList);
|
player->manager->teletext->Command(player, MANAGER_LIST, &TrackList);
|
||||||
|
Reference in New Issue
Block a user