summaryrefslogtreecommitdiff
path: root/decoder.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2009-09-28 18:22:36 +0200
committerJochen Dolze <vdr@dolze.de>2009-09-28 18:22:36 +0200
commit4c6855588f9d061779681c73db2d03adaa96ad27 (patch)
tree0bdb2d21ed6e69e3e7c0f0dca09e6de0f4fca51e /decoder.h
parentc51d2148c69cdda76f5b72e25a52c73c2b319f95 (diff)
downloadvdr-plugin-markad-4c6855588f9d061779681c73db2d03adaa96ad27.tar.gz
vdr-plugin-markad-4c6855588f9d061779681c73db2d03adaa96ad27.tar.bz2
Fixed buffer handling in ts2pkt
Added TS PAT/PMT handling in markad-standalone
Diffstat (limited to 'decoder.h')
-rw-r--r--decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder.h b/decoder.h
index 5bad924..2006781 100644
--- a/decoder.h
+++ b/decoder.h
@@ -71,7 +71,7 @@ private:
void FindH262VideoInfos(MarkAdContext *maContext, uchar *pkt, int len);
public:
void FindVideoInfos(MarkAdContext *maContext, uchar *pkt, int len);
- bool DecodeVideo(MarkAdContext *maContext, uchar *pkt, int len);
+ bool DecodeVideo(MarkAdContext *maContext, uchar *pkt, int plen);
bool DecodeMP2(MarkAdContext *maContext, uchar *espkt, int eslen);
void FindAC3AudioInfos(MarkAdContext *maContext, uchar *espkt, int eslen);
bool DecodeAC3(MarkAdContext *maContext, uchar *espkt, int eslen);