streaminfo: re-add osd resolution

Origin commit data
------------------
Commit: fc12241af7
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-06 (Mon, 06 Nov 2017)

Origin message was:
------------------
- streaminfo: re-add osd resolution
This commit is contained in:
vanhofen
2017-11-06 23:08:43 +01:00
parent fd11287263
commit a3e9933a5e

View File

@@ -952,6 +952,14 @@ void CStreamInfo2::paint_techinfo(int xpos, int ypos)
}
}
// osd resolution
r.key = g_Locale->getText(LOCALE_STREAMINFO_OSD_RESOLUTION);
r.key += ": ";
snprintf(buf, sizeof(buf), "%dx%d", frameBuffer->getScreenWidth(true), frameBuffer->getScreenHeight(true));
r.val = buf;
r.col = COL_MENUCONTENT_TEXT;
v.push_back(r);
// aspect ratio
r.key = g_Locale->getText (LOCALE_STREAMINFO_ARATIO);
r.key += ": ";