fix framerate 29970 signalisatiom (by bazi98)

Origin commit data
------------------
Commit: baca01d736
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2018-05-31 (Thu, 31 May 2018)
This commit is contained in:
Jacek Jendrzej
2018-05-31 13:57:35 +02:00
committed by vanhofen
parent cdd2e27f2a
commit c501e9ee7f

View File

@@ -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;