summaryrefslogtreecommitdiff
path: root/command/decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'command/decoder.h')
-rw-r--r--command/decoder.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/command/decoder.h b/command/decoder.h
index ff03f6f..0ea6e47 100644
--- a/command/decoder.h
+++ b/command/decoder.h
@@ -58,6 +58,10 @@ private:
bool SetVideoInfos(MarkAdContext *maContext,AVCodecContext *Video_Context,
AVFrame *Video_Frame);
+
+ bool noticeERRVID;
+ bool noticeERRMP2;
+ bool noticeERRAC3;
public:
bool DecodeVideo(MarkAdContext *maContext, uchar *pkt, int plen);
bool DecodeMP2(MarkAdContext *maContext, uchar *espkt, int eslen);