summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--command/demux.cpp2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f77a297..cac73da 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,8 @@
#
# Makefile for a Video Disk Recorder plugin + program
#
+# dont remove the next line, its needed for the VDR Makefile
+# $(LIBDIR)/$@.$(APIVERSION)
DIRS = command plugin
diff --git a/command/demux.cpp b/command/demux.cpp
index 55113a8..14d5546 100644
--- a/command/demux.cpp
+++ b/command/demux.cpp
@@ -64,7 +64,7 @@ void cMarkAdDemux::ProcessVDR(MarkAdPid Pid, uchar *Data, int Count, uchar **Pkt
{
if (Pid.Type==MARKAD_PIDTYPE_VIDEO_H264)
{
- pes2videoes=new cMarkAdPES2ES("PES2H264ES video",393216);
+ pes2videoes=new cMarkAdPES2ES("PES2H264ES video",425984);
}
else
{