mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
some inits warnings
This commit is contained in:
@@ -951,7 +951,7 @@ bool CInfoViewer::showLivestreamInfo()
|
||||
CMoviePlayerGui::getInstance().getLivestreamInfo(&livestreamInfo1, &tmp1);
|
||||
|
||||
if (!(videoDecoder->getBlank())) {
|
||||
int xres, yres, framerate;
|
||||
int xres = 0, yres = 0, framerate = 0;
|
||||
std::string tmp2;
|
||||
videoDecoder->getPictureInfo(xres, yres, framerate);
|
||||
switch (framerate) {
|
||||
@@ -980,6 +980,7 @@ bool CInfoViewer::showLivestreamInfo()
|
||||
tmp2 = "60fps";
|
||||
break;
|
||||
default:
|
||||
framerate = 0;
|
||||
tmp2 = g_Locale->getText(LOCALE_STREAMINFO_FRAMERATE_UNKNOWN);
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user