From ade86712df523fc7c10545cfe450b59f39a71ba7 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Sun, 8 Aug 2010 19:17:34 +0200 Subject: Fixed index repair for inded.vdr --- command/queue.h | 1 + 1 file changed, 1 insertion(+) (limited to 'command/queue.h') 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) -- cgit v1.2.3