summaryrefslogtreecommitdiff
path: root/command/demux.cpp
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2013-10-13 18:26:09 +0200
committerJochen Dolze <vdr@dolze.de>2013-10-13 18:26:09 +0200
commit5b1ab197ef7c82b6b95bd4c96ceac2443e81e2d7 (patch)
tree1876a381374ed10d788eb5a5987b9629cbd5fbfa /command/demux.cpp
parentda9cda00be6d4c9c69cf7ff5506c867a38f42715 (diff)
downloadvdr-plugin-markad-5b1ab197ef7c82b6b95bd4c96ceac2443e81e2d7.tar.gz
vdr-plugin-markad-5b1ab197ef7c82b6b95bd4c96ceac2443e81e2d7.tar.bz2
Reverted changes in streaminfo.cpp from 2012-09-29 (should fix #1108)
Increased intensity value from 100 to 180 Increased HD 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 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
{