FS-10126: Add 24fps mode.

This commit is contained in:
Josh Allmann 2017-03-23 16:22:19 +00:00
parent 856c87b4cb
commit 624d3dd0f5
1 changed files with 2 additions and 0 deletions

View File

@ -6264,6 +6264,7 @@ static struct core_fps_s FPS_VALS[] = {
{15.0f, 66, 1364},
{16.60f, 60, 1500},
{20.0f, 50, 4500},
{24.0f, 41, 2160},
{25.0f, 40, 2250},
{30.0f, 33, 2700},
{33.0f, 30, 2790},
@ -6284,6 +6285,7 @@ static int video_get_fps(core_fps_t *fpsP, float fps)
}
}
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "Unknown framerate %f\n", fps);
return 0;
}