diff options
author | Jochen Dolze <vdr@dolze.de> | 2010-05-25 19:23:47 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2010-05-25 19:23:47 +0200 |
commit | 4c668726b7de321f0411064dcb286ed6ad05a307 (patch) | |
tree | 4c7556b13b9042e3b4f3478d1a0dbc56f4392193 /command/streaminfo.h | |
parent | bfdd9d54165fc1d9897d71d8b9c94c32291e882c (diff) | |
download | vdr-plugin-markad-4c668726b7de321f0411064dcb286ed6ad05a307.tar.gz vdr-plugin-markad-4c668726b7de321f0411064dcb286ed6ad05a307.tar.bz2 |
Added Clear()-function to demuxer,paket classes
Added marks DelAll, DelTill functions
Diffstat (limited to 'command/streaminfo.h')
-rw-r--r-- | command/streaminfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/streaminfo.h b/command/streaminfo.h index e08ac7f..762ac8f 100644 --- a/command/streaminfo.h +++ b/command/streaminfo.h @@ -40,11 +40,11 @@ private: } H264; int nalUnescape(uint8_t *dst, const uint8_t *src, int len); - const uint8_t *nextStartCode(const uint8_t *start, const uint8_t *end); bool FindH264VideoInfos(MarkAdContext *maContext, uchar *pkt, int len); bool FindH262VideoInfos(MarkAdContext *maContext, uchar *pkt, int len); public: cMarkAdStreamInfo(); + void Clear(); bool FindVideoInfos(MarkAdContext *maContext, uchar *pkt, int len); bool FindAC3AudioInfos(MarkAdContext *maContext, uchar *espkt, int eslen); }; |