summaryrefslogtreecommitdiff
path: root/decoder.h
diff options
context:
space:
mode:
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 d9ca3e7..ecc0adb 100644
--- a/decoder.h
+++ b/decoder.h
@@ -35,7 +35,7 @@ public:
int ConvertToRGB();
AVFrame * PicResample() { return m_PicResample; }
AVFrame * PicConvert() { return m_PicConvert; }
- float AspectRatio() { return m_Context->aspect_ratio; }
+ double AspectRatio();
};
#endif // VDR_OSDPIP_DECODER_H