From f68a8728b20301de5e92e3f58759b7ab664155aa Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Wed, 2 Jan 2013 16:00:48 +0100 Subject: Fixed bug with --astopoffs (option doesnt worked) Added more debug output while waiting for new data --- command/demux.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'command/demux.cpp') diff --git a/command/demux.cpp b/command/demux.cpp index 991a82f..5a039fc 100644 --- a/command/demux.cpp +++ b/command/demux.cpp @@ -1352,7 +1352,7 @@ int cDemux::Process(uchar *Data, int Count, AvPacket *pkt) { if (h264) { - ts2pkt_vpid=new cTS2Pkt(vpid,"TS2H264",524288,true); + ts2pkt_vpid=new cTS2Pkt(vpid,"TS2H264",589824,true); } else { @@ -1370,7 +1370,7 @@ int cDemux::Process(uchar *Data, int Count, AvPacket *pkt) ts2pkt_vpid->Resize(3*tpkt.Length,"TS2PES"); if (h264) { - pes2videoes=new cPES2ES(PACKET_H264,"PES2H264ES",524288); + pes2videoes=new cPES2ES(PACKET_H264,"PES2H264ES",589824); } else { -- cgit v1.2.3