[vlc-commits] commit: Recognize the new .webm extension in interfaces ( Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Wed May 19 22:33:47 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed May 19 22:16:49 2010 +0200| [b35bf7d51d76175e78b574df438aa8afc4c6cef3] | committer: Jean-Baptiste Kempf
Recognize the new .webm extension in interfaces
I don't like the name of it.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b35bf7d51d76175e78b574df438aa8afc4c6cef3
---
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 4c0c79f..c68375b 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