diff options
author | Jochen Dolze <vdr@dolze.de> | 2010-08-08 19:17:34 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2010-08-08 19:17:34 +0200 |
commit | ade86712df523fc7c10545cfe450b59f39a71ba7 (patch) | |
tree | aca2f66d1d8091b0d3be0921682f29432b22676b /command/queue.h | |
parent | fe701af3c1ebffea28edd89ec4fa97ea82c82cca (diff) | |
download | vdr-plugin-markad-ade86712df523fc7c10545cfe450b59f39a71ba7.tar.gz vdr-plugin-markad-ade86712df523fc7c10545cfe450b59f39a71ba7.tar.bz2 |
Fixed index repair for inded.vdr
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) |