add 21:9 aspect ratio

This commit is contained in:
Brad Parker 2018-07-13 15:29:07 -04:00
parent 7dcc99980a
commit 637ded4ef1

View File

@ -239,6 +239,7 @@ struct aspect_ratio_elem aspectratio_lut[ASPECT_RATIO_END] = {
{ "16:9", 1.7778f },
{ "16:10", 1.6f },
{ "16:15", 16.0f / 15.0f },
{ "21:9", 21.0f / 9.0f },
{ "1:1", 1.0f },
{ "2:1", 2.0f },
{ "3:2", 1.5f },