From 5b1ab197ef7c82b6b95bd4c96ceac2443e81e2d7 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Sun, 13 Oct 2013 18:26:09 +0200 Subject: Reverted changes in streaminfo.cpp from 2012-09-29 (should fix #1108) Increased intensity value from 100 to 180 Increased HD 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 5a039fc..0423f2c 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",589824,true); + ts2pkt_vpid=new cTS2Pkt(vpid,"TS2H264",819200,true); } else { -- cgit v1.2.3