diff options
Diffstat (limited to 'command/demux.cpp')
-rw-r--r-- | command/demux.cpp | 2 |
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 { |