From 1d559a5520b24afec6b5c70b2cabdf4e732c6004 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Thu, 31 May 2018 13:57:35 +0200 Subject: [PATCH] fix framerate 29970 signalisatiom (by bazi98) Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/baca01d736d4eaab54cf4358af2b754b697b7fc7 Author: Jacek Jendrzej Date: 2018-05-31 (Thu, 31 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 7ab52633e..275bafbf2 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", "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;