From 3b55b1b944442a26457fb92ba4147ca79e03b434 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Thu, 8 Apr 2010 17:14:30 +0200 Subject: Fixed APIVERSION bug, increased H264 buffer --- command/demux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command/demux.cpp') 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 { -- cgit v1.2.3