mirror of
				https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
				synced 2023-10-10 17:16:51 +00:00 
			
		
		
		
	More informations in short description.
This commit is contained in:
		@@ -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]) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user