summaryrefslogtreecommitdiff
path: root/ts2pkt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ts2pkt.cpp')
-rw-r--r--ts2pkt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ts2pkt.cpp b/ts2pkt.cpp
index de03992..64c2bbe 100644
--- a/ts2pkt.cpp
+++ b/ts2pkt.cpp
@@ -122,7 +122,7 @@ void cMarkAdTS2Pkt::Process(MarkAdPid Pid, uchar *TSData, int TSSize, uchar **Pk
if ((counter!=-1) && (((counter+1) & 0xF)!=tshdr->Counter))
{
- if (counter==tshdr->Counter)
+ if (counter==(int) tshdr->Counter)
{
// duplicate paket -> just ignore
return;