diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-05-23 10:12:44 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-05-23 10:12:44 +0200 |
commit | e912e48282b5937f88c4a51cc89aa4247d849084 (patch) | |
tree | 5855b7ffed6b532441fbca858e03b89e9f41d8a4 /device.h | |
parent | 4c5aedbd797ea4308974a3db4107cc8e32f50d17 (diff) | |
download | vdr-e912e48282b5937f88c4a51cc89aa4247d849084.tar.gz vdr-e912e48282b5937f88c4a51cc89aa4247d849084.tar.bz2 |
Added play mode pmVideoOnly
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |