mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 15:32:43 +02:00
libeplayer3: deactivate debugging
Origin commit data
------------------
Branch: master
Commit: eae9d7a7a1
Author: martii <m4rtii@gmx.de>
Date: 2013-06-08 (Sat, 08 Jun 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
#ifdef CONTAINER_DEBUG
|
#ifdef CONTAINER_DEBUG
|
||||||
|
|
||||||
static short debug_level = 10;
|
static short debug_level = 0;
|
||||||
|
|
||||||
#define container_printf(level, x...) do { \
|
#define container_printf(level, x...) do { \
|
||||||
if (debug_level >= level) printf(x); } while (0)
|
if (debug_level >= level) printf(x); } while (0)
|
||||||
|
@@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
#ifdef ASS_DEBUG
|
#ifdef ASS_DEBUG
|
||||||
|
|
||||||
static short debug_level = 10;
|
static short debug_level = 0;
|
||||||
|
|
||||||
#define ass_printf(level, fmt, x...) do { \
|
#define ass_printf(level, fmt, x...) do { \
|
||||||
if (debug_level >= level) printf("[%s:%s] " fmt, __FILE__, __FUNCTION__, ## x); } while (0)
|
if (debug_level >= level) printf("[%s:%s] " fmt, __FILE__, __FUNCTION__, ## x); } while (0)
|
||||||
|
@@ -64,7 +64,7 @@
|
|||||||
|
|
||||||
#ifdef FFMPEG_DEBUG
|
#ifdef FFMPEG_DEBUG
|
||||||
|
|
||||||
static short debug_level = 10;
|
static short debug_level = 0;
|
||||||
|
|
||||||
#define ffmpeg_printf(level, fmt, x...) do { \
|
#define ffmpeg_printf(level, fmt, x...) do { \
|
||||||
if (debug_level >= level) printf("[%s:%s] " fmt, FILENAME, __FUNCTION__, ## x); } while (0)
|
if (debug_level >= level) printf("[%s:%s] " fmt, FILENAME, __FUNCTION__, ## x); } while (0)
|
||||||
|
@@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
#ifdef SRT_DEBUG
|
#ifdef SRT_DEBUG
|
||||||
|
|
||||||
static short debug_level = 10;
|
static short debug_level = 0;
|
||||||
|
|
||||||
#define srt_printf(level, fmt, x...) do { \
|
#define srt_printf(level, fmt, x...) do { \
|
||||||
if (debug_level >= level) printf("[%s:%s] " fmt, FILENAME, __FUNCTION__, ## x); } while (0)
|
if (debug_level >= level) printf("[%s:%s] " fmt, FILENAME, __FUNCTION__, ## x); } while (0)
|
||||||
|
@@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
#ifdef SSA_DEBUG
|
#ifdef SSA_DEBUG
|
||||||
|
|
||||||
static short debug_level = 10;
|
static short debug_level = 0;
|
||||||
|
|
||||||
#define ssa_printf(level, fmt, x...) do { \
|
#define ssa_printf(level, fmt, x...) do { \
|
||||||
if (debug_level >= level) printf("[%s:%s] " fmt, FILENAME, __FUNCTION__, ## x); } while (0)
|
if (debug_level >= level) printf("[%s:%s] " fmt, FILENAME, __FUNCTION__, ## x); } while (0)
|
||||||
|
@@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
#ifdef SUBTITLE_MGR_DEBUG
|
#ifdef SUBTITLE_MGR_DEBUG
|
||||||
|
|
||||||
static short debug_level = 10;
|
static short debug_level = 0;
|
||||||
|
|
||||||
#define subtitle_mgr_printf(level, x...) do { \
|
#define subtitle_mgr_printf(level, x...) do { \
|
||||||
if (debug_level >= level) printf(x); } while (0)
|
if (debug_level >= level) printf(x); } while (0)
|
||||||
|
@@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
#define LINUXDVB_DEBUG
|
#define LINUXDVB_DEBUG
|
||||||
|
|
||||||
static short debug_level = 10;
|
static short debug_level = 0;
|
||||||
|
|
||||||
static const char FILENAME[] = __FILE__;
|
static const char FILENAME[] = __FILE__;
|
||||||
|
|
||||||
|
@@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
#define PIPE_DEBUG
|
#define PIPE_DEBUG
|
||||||
|
|
||||||
static short debug_level = 10;
|
static short debug_level = 0;
|
||||||
|
|
||||||
static const char FILENAME[] = __FILE__;
|
static const char FILENAME[] = __FILE__;
|
||||||
|
|
||||||
|
@@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
#ifdef SUBTITLE_DEBUG
|
#ifdef SUBTITLE_DEBUG
|
||||||
|
|
||||||
static short debug_level = 10;
|
static short debug_level = 0;
|
||||||
|
|
||||||
#define subtitle_printf(level, fmt, x...) do { \
|
#define subtitle_printf(level, fmt, x...) do { \
|
||||||
if (debug_level >= level) printf("[%s:%s] " fmt, __FILE__, __FUNCTION__, ## x); } while (0)
|
if (debug_level >= level) printf("[%s:%s] " fmt, __FILE__, __FUNCTION__, ## x); } while (0)
|
||||||
|
@@ -54,7 +54,7 @@
|
|||||||
|
|
||||||
#ifdef FLAC_DEBUG
|
#ifdef FLAC_DEBUG
|
||||||
|
|
||||||
static short debug_level = 1;
|
static short debug_level = 0;
|
||||||
|
|
||||||
#define flac_printf(level, fmt, x...) do { \
|
#define flac_printf(level, fmt, x...) do { \
|
||||||
if (debug_level >= level) printf("[%s:%s] " fmt, __FILE__, __FUNCTION__, ## x); } while (0)
|
if (debug_level >= level) printf("[%s:%s] " fmt, __FILE__, __FUNCTION__, ## x); } while (0)
|
||||||
|
@@ -53,7 +53,7 @@
|
|||||||
|
|
||||||
#ifdef FB_DEBUG
|
#ifdef FB_DEBUG
|
||||||
|
|
||||||
static short debug_level = 10;
|
static short debug_level = 0;
|
||||||
|
|
||||||
#define fb_printf(level, fmt, x...) do { \
|
#define fb_printf(level, fmt, x...) do { \
|
||||||
if (debug_level >= level) printf("[%s:%s] " fmt, __FILE__, __FUNCTION__, ## x); } while (0)
|
if (debug_level >= level) printf("[%s:%s] " fmt, __FILE__, __FUNCTION__, ## x); } while (0)
|
||||||
|
@@ -54,7 +54,7 @@
|
|||||||
|
|
||||||
#ifdef PCM_DEBUG
|
#ifdef PCM_DEBUG
|
||||||
|
|
||||||
static short debug_level = 1;
|
static short debug_level = 0;
|
||||||
|
|
||||||
#define pcm_printf(level, fmt, x...) do { \
|
#define pcm_printf(level, fmt, x...) do { \
|
||||||
if (debug_level >= level) printf("[%s:%s] " fmt, __FILE__, __FUNCTION__, ## x); } while (0)
|
if (debug_level >= level) printf("[%s:%s] " fmt, __FILE__, __FUNCTION__, ## x); } while (0)
|
||||||
|
@@ -66,7 +66,7 @@
|
|||||||
|
|
||||||
#ifdef VC1_DEBUG
|
#ifdef VC1_DEBUG
|
||||||
|
|
||||||
static short debug_level = 10;
|
static short debug_level = 0;
|
||||||
|
|
||||||
#define vc1_printf(level, fmt, x...) do { \
|
#define vc1_printf(level, fmt, x...) do { \
|
||||||
if (debug_level >= level) printf("[%s:%s] " fmt, __FILE__, __FUNCTION__, ## x); } while (0)
|
if (debug_level >= level) printf("[%s:%s] " fmt, __FILE__, __FUNCTION__, ## x); } while (0)
|
||||||
|
@@ -54,7 +54,7 @@
|
|||||||
|
|
||||||
#ifdef VORBIS_DEBUG
|
#ifdef VORBIS_DEBUG
|
||||||
|
|
||||||
static short debug_level = 1;
|
static short debug_level = 0;
|
||||||
|
|
||||||
#define vorbis_printf(level, fmt, x...) do { \
|
#define vorbis_printf(level, fmt, x...) do { \
|
||||||
if (debug_level >= level) printf("[%s:%s] " fmt, __FILE__, __FUNCTION__, ## x); } while (0)
|
if (debug_level >= level) printf("[%s:%s] " fmt, __FILE__, __FUNCTION__, ## x); } while (0)
|
||||||
|
@@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
#ifdef WMA_DEBUG
|
#ifdef WMA_DEBUG
|
||||||
|
|
||||||
static short debug_level = 10;
|
static short debug_level = 0;
|
||||||
|
|
||||||
#define wma_printf(level, fmt, x...) do { \
|
#define wma_printf(level, fmt, x...) do { \
|
||||||
if (debug_level >= level) printf("[%s:%s] " fmt, __FILE__, __FUNCTION__, ## x); } while (0)
|
if (debug_level >= level) printf("[%s:%s] " fmt, __FILE__, __FUNCTION__, ## x); } while (0)
|
||||||
|
@@ -62,7 +62,7 @@
|
|||||||
|
|
||||||
#ifdef WMV_DEBUG
|
#ifdef WMV_DEBUG
|
||||||
|
|
||||||
static short debug_level = 10;
|
static short debug_level = 0;
|
||||||
|
|
||||||
#define wmv_printf(level, fmt, x...) do { \
|
#define wmv_printf(level, fmt, x...) do { \
|
||||||
if (debug_level >= level) printf("[%s:%s] " fmt, __FILE__, __FUNCTION__, ## x); } while (0)
|
if (debug_level >= level) printf("[%s:%s] " fmt, __FILE__, __FUNCTION__, ## x); } while (0)
|
||||||
|
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
#define PLAYBACK_DEBUG
|
#define PLAYBACK_DEBUG
|
||||||
|
|
||||||
static short debug_level = 10;
|
static short debug_level = 0;
|
||||||
|
|
||||||
static const char *FILENAME = "playback.c";
|
static const char *FILENAME = "playback.c";
|
||||||
#ifdef PLAYBACK_DEBUG
|
#ifdef PLAYBACK_DEBUG
|
||||||
|
Reference in New Issue
Block a user