From acc166310b1a3dee455e7b36d4ff03bbf337917f Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Wed, 23 Jul 2008 20:26:14 +0200 Subject: [PATCH] vout: Fix a long standing typo 1.85:1 -> 185:100. --- src/video_output/vout_intf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video_output/vout_intf.c b/src/video_output/vout_intf.c index 9a6a0af86a..7460763f5e 100644 --- a/src/video_output/vout_intf.c +++ b/src/video_output/vout_intf.c @@ -178,7 +178,7 @@ static const struct { "", N_("Default") }, { "16:10", "16:10" }, { "16:9", "16:9" }, - { "1.85:1", "1.85:1" }, + { "185:100", "1.85:1" }, { "221:100", "2.21:1" }, { "235:100", "2.35:1" }, { "239:100", "2.39:1" }, -- 2.39.2