Commit ad868bfe authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

vout: Given that 16:10 is the most common display ratio, put it first.

parent 52c05acd
...@@ -176,16 +176,16 @@ static const struct ...@@ -176,16 +176,16 @@ static const struct
const char *psz_label; const char *psz_label;
} p_crop_values[] = { } p_crop_values[] = {
{ "", N_("Default") }, { "", N_("Default") },
{ "1:1", "1:1" },
{ "4:3", "4:3" },
{ "16:9", "16:9" },
{ "16:10", "16:10" }, { "16:10", "16:10" },
{ "5:4", "5:4" }, { "16:9", "16:9" },
{ "5:3", "5:3" },
{ "1.85:1", "1.85:1" }, { "1.85:1", "1.85:1" },
{ "221:100", "2.21:1" }, { "221:100", "2.21:1" },
{ "235:100", "2.35:1" }, { "235:100", "2.35:1" },
{ "239:100", "2.39:1" }, { "239:100", "2.39:1" },
{ "5:3", "5:3" },
{ "4:3", "4:3" },
{ "5:4", "5:4" },
{ "1:1", "1:1" },
{ NULL, NULL } }; { NULL, NULL } };
static const struct static const struct
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment