summaryrefslogtreecommitdiff
path: root/softhddevice.cpp
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-01-12 20:54:49 +0100
committerJohns <johns98@gmx.net>2012-01-12 20:54:49 +0100
commit54661f90ea0c69ae488b9a50985d3eb3921afc59 (patch)
treeeef66b961633d9643c6bbc3f79c4692e73a0ecb1 /softhddevice.cpp
parent30d8e8afe9a32ec6f2f0fee7a01ed0ac8d6e55f4 (diff)
downloadvdr-plugin-softhddevice-54661f90ea0c69ae488b9a50985d3eb3921afc59.tar.gz
vdr-plugin-softhddevice-54661f90ea0c69ae488b9a50985d3eb3921afc59.tar.bz2
Weave is deinterlace disabled.
Diffstat (limited to 'softhddevice.cpp')
-rw-r--r--softhddevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/softhddevice.cpp b/softhddevice.cpp
index 983b33e..c146db4 100644
--- a/softhddevice.cpp
+++ b/softhddevice.cpp
@@ -359,7 +359,7 @@ static inline cOsdItem *SeparatorItem(const char *label)
cMenuSetupSoft::cMenuSetupSoft(void)
{
static const char *const deinterlace[] = {
- "Bob", "Weave", "Temporal", "TemporalSpatial", "Software"
+ "Bob", "Weave/None", "Temporal", "TemporalSpatial", "Software"
};
static const char *const scaling[] = {
"Normal", "Fast", "HQ", "Anamorphic"