Add 7:3 aspect ratio

This commit is contained in:
twinaphex 2020-07-05 09:23:32 +02:00
parent ce98bbd395
commit 40a11e9407
2 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@ enum aspect_ratio
ASPECT_RATIO_4_4,
ASPECT_RATIO_5_4,
ASPECT_RATIO_6_5,
ASPECT_RATIO_7_3,
ASPECT_RATIO_7_9,
ASPECT_RATIO_8_3,
ASPECT_RATIO_8_7,

View File

@ -2580,6 +2580,7 @@ struct aspect_ratio_elem aspectratio_lut[ASPECT_RATIO_END] = {
{ "9:16", 0.5625f },
{ "5:4", 1.25f },
{ "6:5", 1.2f },
{ "7:3", 2.3333f },
{ "7:9", 0.7777f },
{ "8:3", 2.6666f },
{ "8:7", 1.1428f },