diff options
author | Jochen Dolze <vdr@dolze.de> | 2010-08-15 21:41:32 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2010-08-15 21:41:32 +0200 |
commit | 032f8437299515c83a0fe148e66c0230d0dad8fa (patch) | |
tree | ddede2e7e0e8d63c7dd0f1a59c6e99099ea74425 /command/demux.h | |
parent | 462f8e37728c3d835e9a922f4fb4b11c7619ea9d (diff) | |
download | vdr-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.h | 4 |
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" |