diff options
Diffstat (limited to 'ts2pkt.cpp')
-rw-r--r-- | ts2pkt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |