mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
added 480i resolution
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user