diff options
author | Jochen Dolze <vdr@dolze.de> | 2012-09-28 23:25:34 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2012-09-28 23:25:34 +0200 |
commit | 71bcd626abd6f79bb8521837efd94461ec811545 (patch) | |
tree | 14dbb1ae4830b630fed083f9a3d344df8c244d47 /command/decoder.h | |
parent | 82920ea01d29d74894dae87a868e63b8d0acb717 (diff) | |
download | vdr-plugin-markad-71bcd626abd6f79bb8521837efd94461ec811545.tar.gz vdr-plugin-markad-71bcd626abd6f79bb8521837efd94461ec811545.tar.bz2 |
Added speedup for decoding H264/H262
Added fix for OSD message
Added fix for 'ALERT: stopping before end of broadcast'
Code cleanups
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(); |