libtuxtxt: Transfer from neutrino-mp for better compatibility

This commit is contained in:
M. Liebmann
2017-02-15 18:32:35 +01:00
parent 20a85c3874
commit 5612baaff7
5 changed files with 279 additions and 113 deletions

View File

@@ -37,6 +37,8 @@ int tuxtxt_init()
tuxtxt_cache.vtxtpid = -1;
tuxtxt_cache.thread_id = 0;
tuxtxt_cache.dmx = -1;
/* not sure if this is correct here... */
tuxtxt_cache.page = 0x100;
return 1;//tuxtxt_init_demuxer();
}