Why even?

This commit is contained in:
Thulinma 2017-05-12 14:33:19 +02:00
parent d05cca687c
commit 27ea4c94f1

View file

@ -485,9 +485,6 @@ namespace TS{
} }
const char *pesPayload = pesHeader + pesOffset; const char *pesPayload = pesHeader + pesOffset;
if (memmem(pesPayload, realPayloadSize, "DTP2", 4) != 0){INFO_MSG("dtp found");}
parseBitstream(tid, pesPayload, realPayloadSize, timeStamp, timeOffset, bPos); parseBitstream(tid, pesPayload, realPayloadSize, timeStamp, timeOffset, bPos);
// We are done with the realpayload size, reverse calculation so we know the correct offset // We are done with the realpayload size, reverse calculation so we know the correct offset