Fix 16:15 aspect lut.
This commit is contained in:
parent
64a64b6e1b
commit
e0f9feb903
|
@ -184,7 +184,7 @@ struct aspect_ratio_elem aspectratio_lut[ASPECT_RATIO_END] = {
|
|||
{ "8:7", 1.1428f },
|
||||
{ "16:9", 1.7778f },
|
||||
{ "16:10", 1.6f },
|
||||
{ "16:15", 3.2f },
|
||||
{ "16:15", 16.0f / 15.0f },
|
||||
{ "19:12", 1.5833f },
|
||||
{ "19:14", 1.3571f },
|
||||
{ "30:17", 1.7647f },
|
||||
|
|
Loading…
Reference in New Issue