[vlc-commits] commit: Add 2.35 and 2.39 AR (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Wed Mar 31 00:25:39 CEST 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Mar 31 00:23:00 2010 +0200| [4ca8802903c3dc9fe0f8fce7ffaeed91520e6fdd] | committer: Jean-Baptiste Kempf 

Add 2.35 and 2.39 AR

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

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

diff --git a/src/video_output/vout_intf.c b/src/video_output/vout_intf.c
index 61f1b55..7a72ef4 100644
--- a/src/video_output/vout_intf.c
+++ b/src/video_output/vout_intf.c
@@ -120,6 +120,8 @@ static const struct
     { "16:9", "16:9" },
     { "16:10", "16:10" },
     { "221:100", "2.21:1" },
+    { "235:100", "2.35:1" },
+    { "239:100", "2.39:1" },
     { "5:4", "5:4" },
     { NULL, NULL } };
 



More information about the vlc-commits mailing list