]> git.sesse.net Git - vlc/commitdiff
Recognize the new .webm extension in interfaces
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 19 May 2010 20:16:49 +0000 (22:16 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 19 May 2010 20:26:11 +0000 (22:26 +0200)
I don't like the name of it.

include/vlc_interface.h

index 4c0c79f89bd1a78bcb443a618b475df6b0eb28d2..c68375baac459e3b489aab33cdc3a86ed86c5336 100644 (file)
@@ -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"