diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-02-20 12:01:05 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-02-20 12:01:05 +0100 |
commit | 51f41252cf70ab0364a411648ed0aa2015e40162 (patch) | |
tree | 81e4ad59e2d6b1d948e0f3b716b7a7194e050a4f /dvbdevice.h | |
parent | f038aaefc84aa0695102dca7c30537b20fd2fa21 (diff) | |
download | vdr-51f41252cf70ab0364a411648ed0aa2015e40162.tar.gz vdr-51f41252cf70ab0364a411648ed0aa2015e40162.tar.bz2 |
Added support for setting the video display mode
Diffstat (limited to 'dvbdevice.h')
-rw-r--r-- | dvbdevice.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dvbdevice.h b/dvbdevice.h index 99456e73..4a705367 100644 --- a/dvbdevice.h +++ b/dvbdevice.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: dvbdevice.h 1.33 2005/02/13 14:14:31 kls Exp $ + * $Id: dvbdevice.h 1.34 2005/02/20 11:17:07 kls Exp $ */ #ifndef __DVBDEVICE_H @@ -87,6 +87,7 @@ public: // Video format facilities public: + virtual void SetVideoDisplayFormat(eVideoDisplayFormat VideoDisplayFormat); virtual void SetVideoFormat(bool VideoFormat16_9); virtual eVideoSystem GetVideoSystem(void); |