gui/streaminfo2.cpp: fix stream info on nvod channels

Origin commit data
------------------
Commit: 52397f7df6
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-11-12 (Wed, 12 Nov 2014)
This commit is contained in:
[CST] Focus
2014-11-12 12:21:08 +03:00
parent fd7cdb9af7
commit a1de277d8d

View File

@@ -454,7 +454,8 @@ void CStreamInfo2::paint_techinfo(int xpos, int ypos)
return;
transponder t;
CServiceManager::getInstance()->GetTransponder(channel->getTransponderId(), t);
//CServiceManager::getInstance()->GetTransponder(channel->getTransponderId(), t);
t = *frontend->getParameters();
int array[6]={g_Font[font_info]->getRenderWidth(g_Locale->getText (LOCALE_STREAMINFO_RESOLUTION)),
g_Font[font_info]->getRenderWidth(g_Locale->getText (LOCALE_STREAMINFO_ARATIO)),