mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
- TRIPLEDRAGON: deleted
Conflicts: lib/libdvbsub/dvbsub.cpp src/system/flashtool.cpp
This commit is contained in:
@@ -243,8 +243,8 @@ static void* reader_thread(void * /*arg*/)
|
||||
bool bad_startcode = false;
|
||||
set_threadname("dvbsub:reader");
|
||||
|
||||
dmx = new cDemux(0);
|
||||
dmx->Open(DMX_PES_CHANNEL, NULL, 64*1024);
|
||||
dmx = new cDemux(0);
|
||||
dmx->Open(DMX_PES_CHANNEL, NULL, 64*1024);
|
||||
|
||||
while (reader_running) {
|
||||
if(dvbsub_stopped /*dvbsub_paused*/) {
|
||||
|
@@ -173,16 +173,9 @@ int tv_pip_y;
|
||||
#define RC_TTTV CRCInput::RC_tttv
|
||||
#define RC_TTZOOM CRCInput::RC_ttzoom
|
||||
#define RC_TTREVEAL CRCInput::RC_ttreveal
|
||||
#if HAVE_TRIPLEDRAGON
|
||||
/* td has more keys so use ttx key for switching split mode... */
|
||||
#define RC_SPLIT CRCInput::RC_text
|
||||
/* rc_text is now unused */
|
||||
#define RC_TEXT (CRCInput::RC_MaxRC + 1)
|
||||
#else
|
||||
/* ...while other receivers use the vol- key for that, so rc_split is unused */
|
||||
#define RC_SPLIT (CRCInput::RC_MaxRC + 1)
|
||||
#define RC_TEXT CRCInput::RC_text
|
||||
#endif
|
||||
|
||||
typedef enum /* object type */
|
||||
{
|
||||
|
Reference in New Issue
Block a user