summaryrefslogtreecommitdiff
path: root/decoder.h
diff options
context:
space:
mode:
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);