mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
added 480i resolution
This commit is contained in:
parent
8d69d73895
commit
210dc8d8cc
@ -216,6 +216,9 @@ string GetScreenResolutionString(int width, int height, bool *isHD) {
|
||||
case 720:
|
||||
name = "sd576i";
|
||||
break;
|
||||
case 544:
|
||||
name = "sd480i";
|
||||
break;
|
||||
default:
|
||||
name = "sd576i";
|
||||
break;
|
||||
|
@ -90,7 +90,7 @@
|
||||
<!-- Available Variables screenresolution:
|
||||
{screenwidth} width of currently displayed channel in px
|
||||
{screenheight} height of currently displayed channel in px
|
||||
{resolution} resolution: hd1080i, hd720p, sd576i
|
||||
{resolution} resolution: hd1080i, hd720p, sd576i, sd480i
|
||||
{aspect} screen aspect, each 4:3, 16:9 or 21:9
|
||||
{isHD} true for hd1080i and hd720p
|
||||
{isWideScreen} true if aspect is 16:9 or 21:9
|
||||
|
@ -63,7 +63,7 @@
|
||||
<!-- Available Variables recinfo:
|
||||
{screenwidth} width of currently displayed recording in px
|
||||
{screenheight} height of currently displayed recording in px
|
||||
{resolution} resolution: hd1080i, hd720p, sd576i
|
||||
{resolution} resolution: hd1080i, hd720p, sd576i, sd480i
|
||||
{aspect} screen aspect, each 4:3, 16:9 or 21:9
|
||||
{isHD} true for hd1080i and hd720p
|
||||
{isWideScreen} true if aspect is 16:9 or 21:9
|
||||
|
Loading…
Reference in New Issue
Block a user