Revert 'Adapt neutrino-mp for CST hardware part #2'

This reverts commit 517b71f613


Origin commit data
------------------
Branch: ni/coolstream
Commit: 3c4105a689
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-26 (Tue, 26 Jan 2016)



------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2016-01-26 05:50:38 +01:00
parent 4836432040
commit 9a540a713a
18 changed files with 281 additions and 10215 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();
}