fix signalisation bitrate 599940 (by bazi98)

This commit is contained in:
Jacek Jendrzej
2018-05-30 10:42:43 +02:00
parent 5bc48e28e3
commit c81d09264f

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", "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;