From 81e429d2019e73a95b2fa2bd134f4bf9f203e7b0 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Wed, 30 May 2018 10:42:43 +0200 Subject: [PATCH] fix signalisation bitrate 599940 (by bazi98) Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/9000b01d086aa5ff7c90d6e0ba8333e981ce1a5c Author: Jacek Jendrzej Date: 2018-05-30 (Wed, 30 May 2018) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/streaminfo2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/streaminfo2.cpp b/src/gui/streaminfo2.cpp index 10fe4b59b..7ab52633e 100644 --- a/src/gui/streaminfo2.cpp +++ b/src/gui/streaminfo2.cpp @@ -1013,7 +1013,7 @@ void CStreamInfo2::paint_techinfo(int xpos, int ypos) } else { - const char *arr[] = { "23.976fps", "24fps", "25fps", "29,976fps", "30fps", "50fps", "50,94fps", "60fps" }; + const char *arr[] = { "23.976fps", "24fps", "25fps", "29,976fps", "30fps", "50fps", "59,94fps", "60fps" }; r.val = arr[framerate]; } r.col = COL_MENUCONTENT_TEXT;