TS PIDs and reserved bits are now set exactly like they were in 2.5.3 and earlier

This commit is contained in:
Thulinma 2016-06-29 09:46:26 +02:00
parent 0da945f8bb
commit 45ef9daac9
2 changed files with 5 additions and 5 deletions

View file

@ -32,7 +32,7 @@ namespace Mist {
if (packData.getBytesFree() == 184){
packData.clear();
packData.setPID(256 + thisPacket.getTrackId());
packData.setPID(255 + thisPacket.getTrackId());
packData.setContinuityCounter(++contCounters[packData.getPID()]);
if (first[thisPacket.getTrackId()]){
packData.setUnitStart(1);