mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
dvbsub: disable debugging
Origin commit data
------------------
Commit: d80afafc89
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-22 (Sun, 22 Feb 2015)
This commit is contained in:
@@ -52,7 +52,7 @@ static void clear_queue();
|
|||||||
int dvbsub_init() {
|
int dvbsub_init() {
|
||||||
int trc;
|
int trc;
|
||||||
|
|
||||||
sub_debug.set_level(3);
|
sub_debug.set_level(2);
|
||||||
|
|
||||||
reader_running = true;
|
reader_running = true;
|
||||||
dvbsub_stopped = 1;
|
dvbsub_stopped = 1;
|
||||||
@@ -105,8 +105,8 @@ int dvbsub_start(int pid)
|
|||||||
pid_change_req = 1;
|
pid_change_req = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
printf("[dvb-sub] ***************************************** start, stopped %d pid %x\n", dvbsub_stopped, dvbsub_pid);
|
|
||||||
#if 0
|
#if 0
|
||||||
|
printf("[dvb-sub] ***************************************** start, stopped %d pid %x\n", dvbsub_stopped, dvbsub_pid);
|
||||||
while(!dvbsub_stopped)
|
while(!dvbsub_stopped)
|
||||||
usleep(10);
|
usleep(10);
|
||||||
#endif
|
#endif
|
||||||
|
@@ -26,7 +26,7 @@ extern "C" {
|
|||||||
#include "Debug.hpp"
|
#include "Debug.hpp"
|
||||||
|
|
||||||
// Set these to 'true' for debug output:
|
// Set these to 'true' for debug output:
|
||||||
static bool DebugConverter = true;
|
static bool DebugConverter = false;
|
||||||
|
|
||||||
#define dbgconverter(a...) if (DebugConverter) sub_debug.print(Debug::VERBOSE, a)
|
#define dbgconverter(a...) if (DebugConverter) sub_debug.print(Debug::VERBOSE, a)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user