summaryrefslogtreecommitdiff
path: root/tools.c
blob: 480325f0c9b5651cebd5ba7a41ee162d19dd198b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * tools.c: VDR/C++ wrapper for common tools
 *
 * See the main source file 'xineliboutput.c' for copyright information and
 * how to reach the author.
 *
 * $Id: tools.c,v 1.2 2009-01-27 09:25:22 phintuka Exp $
 *
 */

#define __STDC_CONSTANT_MACROS
#include <stdint.h>
#define __STDC_FORMAT_MACROS
#include <inttypes.h>

#include <vdr/tools.h>
#include "logdefs.h"

//#include "tools/vdrdiscovery.c"

#include "tools/pes.c"
#include "tools/mpeg.c"
#include "tools/h264.c"
#include "tools/ts.c"