diff options
Diffstat (limited to 'command/decoder.h')
-rw-r--r-- | command/decoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/command/decoder.h b/command/decoder.h index 707ca56..416f74c 100644 --- a/command/decoder.h +++ b/command/decoder.h @@ -51,6 +51,7 @@ private: bool SetVideoInfos(MarkAdContext *maContext,AVCodecContext *Video_Context, AVFrame *Video_Frame); bool noticeERRVID; + bool addPkt; public: bool DecodeVideo(MarkAdContext *maContext, uchar *pkt, int plen); bool Clear(); |