summaryrefslogtreecommitdiff
path: root/command/demux.cpp
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-04-08 17:14:30 +0200
committerJochen Dolze <vdr@dolze.de>2010-04-08 17:14:30 +0200
commit3b55b1b944442a26457fb92ba4147ca79e03b434 (patch)
treeb90ebd02f859a3436b40a16a7e15d44c8d99bb0f /command/demux.cpp
parent0bb11d711bb02bad0cf4a8694522dff766aa1c54 (diff)
downloadvdr-plugin-markad-3b55b1b944442a26457fb92ba4147ca79e03b434.tar.gz
vdr-plugin-markad-3b55b1b944442a26457fb92ba4147ca79e03b434.tar.bz2
Fixed APIVERSION bug, increased H264 buffer
Diffstat (limited to 'command/demux.cpp')
-rw-r--r--command/demux.cpp2
1 files changed, 1 insertions, 1 deletions
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
{