summaryrefslogtreecommitdiff
path: root/command/streaminfo.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-11-03 01:21:30 +0100
committerJochen Dolze <vdr@dolze.de>2010-11-03 01:21:30 +0100
commit3b606130ead038b4d5bc1b88bfd6e7430adacc4d (patch)
tree1a883bb36ada9f650f441f5c7fde4171f4afc81c /command/streaminfo.h
parent7e2fb0f884b2269c32cb42867346ec3917c7e480 (diff)
downloadvdr-plugin-markad-3b606130ead038b4d5bc1b88bfd6e7430adacc4d.tar.gz
vdr-plugin-markad-3b606130ead038b4d5bc1b88bfd6e7430adacc4d.tar.bz2
Got rid of iframetime, better broadcast start detection, dont change atime/mtime of info file anymore
Diffstat (limited to 'command/streaminfo.h')
-rw-r--r--command/streaminfo.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/command/streaminfo.h b/command/streaminfo.h
index 4c4a957..92d15e4 100644
--- a/command/streaminfo.h
+++ b/command/streaminfo.h
@@ -28,13 +28,11 @@ private:
NAL_AUX_SLICE = 0x19 // Auxilary Slice
};
- bool H264skiptoggle;
int nalUnescape(uint8_t *dst, const uint8_t *src, int len);
bool FindH264VideoInfos(MarkAdContext *maContext, uchar *pkt, int len);
bool FindH262VideoInfos(MarkAdContext *maContext, uchar *pkt, int len);
public:
- cMarkAdStreamInfo();
- void Clear();
+ void Clear() {};
bool FindVideoInfos(MarkAdContext *maContext, uchar *pkt, int len);
bool FindAC3AudioInfos(MarkAdContext *maContext, uchar *espkt, int eslen);
};