summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-11-02 14:38:49 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2017-11-02 14:38:49 +0100
commitd74dd7a60a3ea3ca563fd307885d6d4b571d9a2f (patch)
tree28d82cb6e270aeda78992169ffd0ad56506bb936 /device.h
parentc08ed3ce44bcdc967b42e4c4e591888294d7774b (diff)
downloadvdr-d74dd7a60a3ea3ca563fd307885d6d4b571d9a2f.tar.gz
vdr-d74dd7a60a3ea3ca563fd307885d6d4b571d9a2f.tar.bz2
The function cDevice::GetVideoSystem() has been finally removed
Diffstat (limited to 'device.h')
-rw-r--r--device.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/device.h b/device.h
index 83e51782..9a4a9085 100644
--- a/device.h
+++ b/device.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: device.h 4.10 2017/05/30 11:06:11 kls Exp $
+ * $Id: device.h 4.11 2017/11/02 14:37:02 kls Exp $
*/
#ifndef __DEVICE_H
@@ -55,13 +55,6 @@ enum ePlayMode { pmNone, // audio/video from decoder
// KNOWN TO YOUR PLAYER.
};
-//#define DEPRECATED_VIDEOSYSTEM
-#ifdef DEPRECATED_VIDEOSYSTEM
-enum eVideoSystem { vsPAL,
- vsNTSC
- };
-#endif
-
enum eVideoDisplayFormat { vdfPanAndScan,
vdfLetterBox,
vdfCenterCutOut
@@ -510,12 +503,6 @@ public:
///< if this device has an MPEG decoder).
///< NOTE: this is only for SD devices. HD devices shall implement their
///< own setup menu with the necessary parameters for controlling output.
-#ifdef DEPRECATED_VIDEOSYSTEM
- virtual eVideoSystem GetVideoSystem(void) { return vsPAL; }
- ///< Returns the video system of the currently displayed material
- ///< (default is PAL).
- ///< This function is deprecated and will be removed in a future version!
-#endif
virtual void GetVideoSize(int &Width, int &Height, double &VideoAspect);
///< Returns the Width, Height and VideoAspect ratio of the currently
///< displayed video material. Width and Height are given in pixel