- adopted to VDR >= 1.3.36

This commit is contained in:
lordjaxom
2005-11-06 16:43:58 +00:00
parent bf55805cc2
commit 0b590ec826
4 changed files with 9 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
#include "server/streamer.h"
#include "libdvbmpeg/transform.h"
#include "common.h"
#include <vdr/device.h>
// from VDR's remux.c
#define MAXNONUSEFULDATA (10*1024*1024)

View File

@@ -1,6 +1,7 @@
#include "remux/ts2ps.h"
#include "server/streamer.h"
#include <vdr/channels.h>
#include <vdr/device.h>
class cTS2PS {
friend void PutPES(uint8_t *Buffer, int Size, void *Data);