summaryrefslogtreecommitdiff
path: root/dvbdevice.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-02-20 11:06:51 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-02-20 11:06:51 +0100
commitf038aaefc84aa0695102dca7c30537b20fd2fa21 (patch)
treeaa1cc2f76565d50d69958873803d511bfc8cb236 /dvbdevice.c
parentc6aa52c204d4e75d199bfb6b63fad31ffcc79720 (diff)
downloadvdr-f038aaefc84aa0695102dca7c30537b20fd2fa21.tar.gz
vdr-f038aaefc84aa0695102dca7c30537b20fd2fa21.tar.bz2
Fixed the call to SetVideoFormat() in cDvbDevice::cDvbDevice() (parameter is _bool_)
Diffstat (limited to 'dvbdevice.c')
-rw-r--r--dvbdevice.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dvbdevice.c b/dvbdevice.c
index 83469339..c937428e 100644
--- a/dvbdevice.c
+++ b/dvbdevice.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbdevice.c 1.121 2005/02/19 11:52:44 kls Exp $
+ * $Id: dvbdevice.c 1.122 2005/02/20 11:05:50 kls Exp $
*/
#include "dvbdevice.h"
@@ -402,7 +402,7 @@ cDvbDevice::cDvbDevice(int n)
// Video format:
- SetVideoFormat(Setup.VideoFormat ? VIDEO_FORMAT_16_9 : VIDEO_FORMAT_4_3);
+ SetVideoFormat(Setup.VideoFormat);
// We only check the devices that must be present - the others will be checked before accessing them://XXX