diff options
author | Jochen Dolze <vdr@dolze.de> | 2011-03-14 23:08:40 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2011-03-14 23:08:40 +0100 |
commit | 0662afd6d8816713ebeef519b38456d0f57a837b (patch) | |
tree | d16c991b8677d6c068d9b20281951097256310cd /command/decoder.h | |
parent | ad13e186a657a6d2488dcc608ef670804107f4a7 (diff) | |
download | vdr-plugin-markad-0662afd6d8816713ebeef519b38456d0f57a837b.tar.gz vdr-plugin-markad-0662afd6d8816713ebeef519b38456d0f57a837b.tar.bz2 |
Added -O3 and -funroll-loops in Makefile
Reverted cutval to 127, adding commandline argument later
Fixed demux error with TS files
Added more info messages
Diffstat (limited to 'command/decoder.h')
-rw-r--r-- | command/decoder.h | 4 |
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); |