summaryrefslogtreecommitdiff
path: root/dvbspu.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-02-20 12:01:05 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-02-20 12:01:05 +0100
commit51f41252cf70ab0364a411648ed0aa2015e40162 (patch)
tree81e4ad59e2d6b1d948e0f3b716b7a7194e050a4f /dvbspu.h
parentf038aaefc84aa0695102dca7c30537b20fd2fa21 (diff)
downloadvdr-51f41252cf70ab0364a411648ed0aa2015e40162.tar.gz
vdr-51f41252cf70ab0364a411648ed0aa2015e40162.tar.bz2
Added support for setting the video display mode
Diffstat (limited to 'dvbspu.h')
-rw-r--r--dvbspu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dvbspu.h b/dvbspu.h
index 88812347..c60567a3 100644
--- a/dvbspu.h
+++ b/dvbspu.h
@@ -8,7 +8,7 @@
*
* parts of this file are derived from the OMS program.
*
- * $Id: dvbspu.h 1.7 2005/01/08 09:59:44 kls Exp $
+ * $Id: dvbspu.h 1.8 2005/02/20 11:20:43 kls Exp $
*/
#ifndef __DVBSPU_H
@@ -139,6 +139,7 @@ class cDvbSpuDecoder:public cSpuDecoder {
int setTime(uint32_t pts);
+ cSpuDecoder::eScaleMode getScaleMode(void) { return scaleMode; }
void setScaleMode(cSpuDecoder::eScaleMode ScaleMode);
void setPalette(uint32_t * pal);
void setHighlight(uint16_t sx, uint16_t sy, uint16_t ex, uint16_t ey,