mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
More informations in short description.
This commit is contained in:
parent
21e4f4ee04
commit
4d9e3a71f4
@ -800,9 +800,10 @@ void cMenuSetupSoft::Create(void)
|
|||||||
|
|
||||||
// short hidden informations
|
// short hidden informations
|
||||||
msg =
|
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]],
|
deinterlace_short[Deinterlace[i]],
|
||||||
SkipChromaDeinterlace[i] ? ",skip" : "");
|
SkipChromaDeinterlace[i] ? ",skip" : "",
|
||||||
|
InverseTelecine[i] ? ",ITC" : "", Denoise[i] ? ",DN" : "");
|
||||||
Add(CollapsedItem(resolution[i], ResolutionShown[i], msg));
|
Add(CollapsedItem(resolution[i], ResolutionShown[i], msg));
|
||||||
|
|
||||||
if (ResolutionShown[i]) {
|
if (ResolutionShown[i]) {
|
||||||
|
Loading…
Reference in New Issue
Block a user