Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/SubPic/SubPicImpl.h')
-rw-r--r--src/SubPic/SubPicImpl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/SubPic/SubPicImpl.h b/src/SubPic/SubPicImpl.h
index 18c388c1e..7d17243f1 100644
--- a/src/SubPic/SubPicImpl.h
+++ b/src/SubPic/SubPicImpl.h
@@ -1,6 +1,6 @@
/*
* (C) 2003-2006 Gabest
- * (C) 2006-2014 see Authors.txt
+ * (C) 2006-2015 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -96,7 +96,8 @@ public:
STDMETHODIMP AlphaBlt(RECT* pSrc, RECT* pDst, SubPicDesc* pTarget) PURE;
STDMETHODIMP SetVirtualTextureSize(const SIZE pSize, const POINT pTopLeft);
- STDMETHODIMP GetSourceAndDest(RECT rcWindow, RECT rcVideo, RECT* pRcSource, RECT* pRcDest) const;
+ STDMETHODIMP GetSourceAndDest(RECT rcWindow, RECT rcVideo, RECT* pRcSource,
+ RECT* pRcDest, const double videoStretchFactor = 1.0) const;
STDMETHODIMP GetRelativeTo(RelativeTo* pRelativeTo) const;
STDMETHODIMP SetRelativeTo(RelativeTo relativeTo);