diff options
Diffstat (limited to 'command/queue.h')
-rw-r--r-- | command/queue.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/command/queue.h b/command/queue.h index a24014d..09257fd 100644 --- a/command/queue.h +++ b/command/queue.h @@ -140,6 +140,7 @@ public: bool Inject(uchar *Data, int Size); bool Put(uchar *Data, int Size); uchar *Get(int *Size); + uchar *Peek(int Size); #define MA_PACKET_PKT 0x10 // 0x00 0x00 0x01 (PES / H262) #define MA_PACKET_H264 0x11 // 0x00 0x00 0x00 0x01 (H264) |