mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
fix signalisation bitrate 599940 (by bazi98)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9000b01d08
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2018-05-30 (Wed, 30 May 2018)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1013,7 +1013,7 @@ void CStreamInfo2::paint_techinfo(int xpos, int ypos)
|
|||||||
}
|
}
|
||||||
else
|
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.val = arr[framerate];
|
||||||
}
|
}
|
||||||
r.col = COL_MENUCONTENT_TEXT;
|
r.col = COL_MENUCONTENT_TEXT;
|
||||||
|
Reference in New Issue
Block a user