vdr 2.7.3
sdt.c File Reference
#include "sdt.h"
#include "channels.h"
#include "config.h"
#include "libsi/section.h"
#include "libsi/descriptor.h"

Go to the source code of this file.

Macros

#define dbgsdt(a...)
 

Variables

static bool DebugSdt = false
 

Macro Definition Documentation

◆ dbgsdt

#define dbgsdt ( a...)
Value:
if (DebugSdt) fprintf(stderr, a)
static bool DebugSdt
Definition sdt.c:17

Definition at line 19 of file sdt.c.

Referenced by cSdtFilter::Process().

Variable Documentation

◆ DebugSdt

bool DebugSdt = false
static

Definition at line 17 of file sdt.c.