summaryrefslogtreecommitdiff
path: root/command/demux.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-08-15 21:41:32 +0200
committerJochen Dolze <vdr@dolze.de>2010-08-15 21:41:32 +0200
commit032f8437299515c83a0fe148e66c0230d0dad8fa (patch)
treeddede2e7e0e8d63c7dd0f1a59c6e99099ea74425 /command/demux.h
parent462f8e37728c3d835e9a922f4fb4b11c7619ea9d (diff)
downloadvdr-plugin-markad-032f8437299515c83a0fe148e66c0230d0dad8fa.tar.gz
vdr-plugin-markad-032f8437299515c83a0fe148e66c0230d0dad8fa.tar.bz2
Fixed demux error with AC3 on VDR files (added in the last commits)
Fixed writing info files Few cleanups
Diffstat (limited to 'command/demux.h')
-rw-r--r--command/demux.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/command/demux.h b/command/demux.h
index 7b70891..f97fe08 100644
--- a/command/demux.h
+++ b/command/demux.h
@@ -12,9 +12,7 @@
#define TS_SIZE 188
#endif
-#ifndef VDR_SIZE
-#define VDR_SIZE 2048
-#endif
+#define PESHDRSIZE 6
#include "global.h"
#include "queue.h"