[vlc-commits] commit: Recognize the new .webm extension in interfaces ( Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Thu May 20 18:29:16 CEST 2010


vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed May 19 22:16:49 2010 +0200| [e29b70074f07a562a618f2c72529b768e4523d7f] | committer: Jean-Baptiste Kempf 

Recognize the new .webm extension in interfaces

I don't like the name of it.
(cherry picked from commit b35bf7d51d76175e78b574df438aa8afc4c6cef3)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 include/vlc_interface.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/vlc_interface.h b/include/vlc_interface.h
index 01192ae..71f4669 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -209,7 +209,7 @@ typedef enum vlc_dialog {
                          "*.m2t;*.m2ts;*.m4v;*.mkv;*.mov;*.mp2;*.mp4;*.mpeg;*.mpeg1;" \
                          "*.mpeg2;*.mpeg4;*.mpg;*.mts;*.mxf;*.nsv;*.nuv;" \
                          "*.ogg;*.ogm;*.ogv;*.ogx;*.ps;" \
-                         "*.rec;*.rm;*.rmvb;*.tod;*.ts;*.vob;*.vro;*.wmv"
+                         "*.rec;*.rm;*.rmvb;*.tod;*.ts;*.vob;*.vro;*.webm;*.wmv"
 
 #define EXTENSIONS_PLAYLIST "*.asx;*.b4s;*.ifo;*.m3u;*.m3u8;*.pls;*.ram;*.rar;*.sdp;*.vlc;*.xspf;*.zip"
 



More information about the vlc-commits mailing list