TS PIDs and reserved bits are now set exactly like they were in 2.5.3 and earlier
This commit is contained in:
parent
0da945f8bb
commit
45ef9daac9
2 changed files with 5 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue