[vlc-devel] commit: vout: Fix a long standing typo 1.85:1 -> 185:100. (Pierre d' Herbemont )

git version control git at videolan.org
Thu Jul 24 00:01:52 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Wed Jul 23 20:26:14 2008 +0200| [acc166310b1a3dee455e7b36d4ff03bbf337917f]

vout: Fix a long standing typo 1.85:1 -> 185:100.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=acc166310b1a3dee455e7b36d4ff03bbf337917f
---

 src/video_output/vout_intf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/video_output/vout_intf.c b/src/video_output/vout_intf.c
index 9a6a0af..7460763 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" },




More information about the vlc-devel mailing list