summaryrefslogtreecommitdiff
path: root/remux
diff options
context:
space:
mode:
Diffstat (limited to 'remux')
-rw-r--r--remux/tsremux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/remux/tsremux.h b/remux/tsremux.h
index 3e83c73..a48e5b1 100644
--- a/remux/tsremux.h
+++ b/remux/tsremux.h
@@ -4,6 +4,8 @@
#include "libdvbmpeg/transform.h"
#include <vdr/remux.h>
+#define RESULTBUFFERSIZE KILOBYTE(256)
+
class cTSRemux {
protected:
uchar m_ResultBuffer[RESULTBUFFERSIZE];