summaryrefslogtreecommitdiff
path: root/queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'queue.h')
-rw-r--r--queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/queue.h b/queue.h
index a84901c..ef3eb0e 100644
--- a/queue.h
+++ b/queue.h
@@ -119,7 +119,7 @@ private:
int inptr;
int outptr;
- unsigned long scanner;
+ uint32_t scanner;
int scannerstart;
int FindPktHeader(int Start, int *StreamSize,int *SyncSize, bool LongStartCode);