From 032f8437299515c83a0fe148e66c0230d0dad8fa Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Sun, 15 Aug 2010 21:41:32 +0200 Subject: Fixed demux error with AC3 on VDR files (added in the last commits) Fixed writing info files Few cleanups --- command/demux.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'command/demux.h') 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" -- cgit v1.2.3