From c81d09264ffdcf87626984bb41ba7da9dc5f388f 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) --- 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 c183b592f..8f98a6042 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;