mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
fix framerate 29970 signalisatiom (by bazi98)
This commit is contained in:
@@ -1013,7 +1013,7 @@ void CStreamInfo2::paint_techinfo(int xpos, int ypos)
|
||||
}
|
||||
else
|
||||
{
|
||||
const char *arr[] = { "23.976fps", "24fps", "25fps", "29,976fps", "30fps", "50fps", "59,94fps", "60fps" };
|
||||
const char *arr[] = { "23.976fps", "24fps", "25fps", "29,97fps", "30fps", "50fps", "59,94fps", "60fps" };
|
||||
r.val = arr[framerate];
|
||||
}
|
||||
r.col = COL_MENUCONTENT_TEXT;
|
||||
|
Reference in New Issue
Block a user