summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2013-02-25 16:34:28 +0100
committerJohns <johns98@gmx.net>2013-02-25 16:34:28 +0100
commit4d9e3a71f401ad8fbcfb482fbfe3eba7a593977f (patch)
treee2e4e46cc30939dac01e12162e6c93b961fccd71
parent21e4f4ee04bfb6ba25ee5be33030192124899446 (diff)
downloadvdr-plugin-softhddevice-4d9e3a71f401ad8fbcfb482fbfe3eba7a593977f.tar.gz
vdr-plugin-softhddevice-4d9e3a71f401ad8fbcfb482fbfe3eba7a593977f.tar.bz2
More informations in short description.
-rw-r--r--softhddevice.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/softhddevice.cpp b/softhddevice.cpp
index 30dcda3..56871de 100644
--- a/softhddevice.cpp
+++ b/softhddevice.cpp
@@ -800,9 +800,10 @@ void cMenuSetupSoft::Create(void)
// short hidden informations
msg =
- cString::sprintf("%s,%s%s...", scaling_short[Scaling[i]],
+ cString::sprintf("%s,%s%s%s%s,...", scaling_short[Scaling[i]],
deinterlace_short[Deinterlace[i]],
- SkipChromaDeinterlace[i] ? ",skip" : "");
+ SkipChromaDeinterlace[i] ? ",skip" : "",
+ InverseTelecine[i] ? ",ITC" : "", Denoise[i] ? ",DN" : "");
Add(CollapsedItem(resolution[i], ResolutionShown[i], msg));
if (ResolutionShown[i]) {