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:
authorkasper93 <kasper93@gmail.com>2014-09-03 19:18:02 +0400
committerKacper Michajłow <kasper93@gmail.com>2015-02-16 00:55:20 +0300
commitaed6e0fa8e27179be6966d1caf44d320d509346a (patch)
treeea129e54509b64adae8915032a1a0ea04031f5e1 /src/SubPic
parentd38d1415a5dcd52fcfe74eff66ab39b08e8616ff (diff)
Use new color conversion methods for PGS and DVB subtitles.
Diffstat (limited to 'src/SubPic')
-rw-r--r--src/SubPic/ISubPic.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/SubPic/ISubPic.h b/src/SubPic/ISubPic.h
index fa89052c7..11766d37f 100644
--- a/src/SubPic/ISubPic.h
+++ b/src/SubPic/ISubPic.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.
*
@@ -219,6 +219,7 @@ public IPersist {
STDMETHOD_(int, GetStream)() PURE;
STDMETHOD(SetStream)(int iStream) PURE;
STDMETHOD(Reload)() PURE;
+ STDMETHOD(SetSourceTargetInfo)(CString yuvMatrix, int targetBlackLevel, int targetWhiteLevel) PURE;
// TODO: get rid of IPersist to identify type and use only
// interface functions to modify the settings of the substream