diff options
Diffstat (limited to 'decoder.h')
-rw-r--r-- | decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |