Revert "Add 7:3 aspect ratio"

This reverts commit 40a11e9407.
This commit is contained in:
twinaphex 2020-07-07 11:44:57 +02:00
parent 0a1942f528
commit 2401f116ee
2 changed files with 0 additions and 2 deletions

View File

@ -44,7 +44,6 @@ 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

@ -2579,7 +2579,6 @@ 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 },