summaryrefslogtreecommitdiff
path: root/decoder.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-03-11 17:02:12 +0100
committerJochen Dolze <vdr@dolze.de>2010-03-11 17:02:12 +0100
commitc005f02625b58fa003832bdc5fffbe0cc0db6e4d (patch)
treeadd5e7989bea1a41f5bca9dd4ccff657c29c145b /decoder.h
parentc0c8c2ec49cc6824d1660a35756806bd885aeb4b (diff)
downloadvdr-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder.h b/decoder.h
index c14a48f..7a0d4e2 100644
--- a/decoder.h
+++ b/decoder.h
@@ -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);