diff options
author | Jochen Dolze <vdr@dolze.de> | 2010-03-11 17:02:12 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2010-03-11 17:02:12 +0100 |
commit | c005f02625b58fa003832bdc5fffbe0cc0db6e4d (patch) | |
tree | add5e7989bea1a41f5bca9dd4ccff657c29c145b /decoder.h | |
parent | c0c8c2ec49cc6824d1660a35756806bd885aeb4b (diff) | |
download | vdr-plugin-markad-c005f02625b58fa003832bdc5fffbe0cc0db6e4d.tar.gz vdr-plugin-markad-c005f02625b58fa003832bdc5fffbe0cc0db6e4d.tar.bz2 |
Decoder can now be disabled with commandline switch
Diffstat (limited to 'decoder.h')
-rw-r--r-- | decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ private: void PAR2DAR(AVRational a, AVRational *erg); bool SetVideoInfos(MarkAdContext *maContext,AVCodecContext *Video_Context, - AVFrame *Video_Frame, AVRational *DAR); + AVFrame *Video_Frame); public: bool DecodeVideo(MarkAdContext *maContext, uchar *pkt, int plen); bool DecodeMP2(MarkAdContext *maContext, uchar *espkt, int eslen); |