summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-05-23 10:12:44 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-05-23 10:12:44 +0200
commite912e48282b5937f88c4a51cc89aa4247d849084 (patch)
tree5855b7ffed6b532441fbca858e03b89e9f41d8a4 /device.h
parent4c5aedbd797ea4308974a3db4107cc8e32f50d17 (diff)
downloadvdr-e912e48282b5937f88c4a51cc89aa4247d849084.tar.gz
vdr-e912e48282b5937f88c4a51cc89aa4247d849084.tar.bz2
Added play mode pmVideoOnly
Diffstat (limited to 'device.h')
-rw-r--r--device.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/device.h b/device.h
index a725e4d4..6f0f70a7 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 1.42 2004/04/17 10:15:25 kls Exp $
+ * $Id: device.h 1.43 2004/05/23 10:10:08 kls Exp $
*/
#ifndef __DEVICE_H
@@ -36,6 +36,7 @@ enum ePlayMode { pmNone, // audio/video from decoder
pmAudioVideo, // audio/video from player
pmAudioOnly, // audio only from player, video from decoder
pmAudioOnlyBlack, // audio only from player, no video (black screen)
+ pmVideoOnly, // video only from player, audio from decoder
pmExtern_THIS_SHOULD_BE_AVOIDED
// external player (e.g. MPlayer), release the device
// WARNING: USE THIS MODE ONLY AS A LAST RESORT, IF YOU