From 27ea4c94f16c759379c84cbd6cb7b16126b44121 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Fri, 12 May 2017 14:33:19 +0200 Subject: [PATCH] Why even? --- lib/ts_stream.cpp | 3 --- 1 file changed, 3 deletions(-) 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