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