diff options
author | Johns <johns98@gmx.net> | 2013-02-25 16:34:28 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2013-02-25 16:34:28 +0100 |
commit | 4d9e3a71f401ad8fbcfb482fbfe3eba7a593977f (patch) | |
tree | e2e4e46cc30939dac01e12162e6c93b961fccd71 | |
parent | 21e4f4ee04bfb6ba25ee5be33030192124899446 (diff) | |
download | vdr-plugin-softhddevice-4d9e3a71f401ad8fbcfb482fbfe3eba7a593977f.tar.gz vdr-plugin-softhddevice-4d9e3a71f401ad8fbcfb482fbfe3eba7a593977f.tar.bz2 |
More informations in short description.
-rw-r--r-- | softhddevice.cpp | 5 |
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]) { |