[vlc-devel] commit: Add .rm and .rmvb extensions. (Jean-Baptiste Kempf )

git version control git at videolan.org
Fri Dec 19 00:32:12 CET 2008


vlc | branch: 0.9-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Fri Dec 19 00:07:02 2008 +0100| [eef31bda1385b5536d392311e0265e3ae8aeea32] | committer: Jean-Baptiste Kempf 

Add .rm and .rmvb extensions.

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

 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 0270b96..c05d890 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -185,7 +185,7 @@ typedef enum vlc_dialog {
 #define EXTENSIONS_VIDEO "*.asf;*.avi;*.divx;*.dv;*.flv;*.gxf;*.m1v;*.m2v;" \
                          "*.m2ts;*.m4v;*.mkv;*.mov;*.mp2;*.mp4;*.mpeg;*.mpeg1;" \
                          "*.mpeg2;*.mpeg4;*.mpg;*.mts;*.mxf;*.ogg;*.ogm;" \
-                         "*.ps;*.ts;*.vob;*.wmv"
+                         "*.ps;*.rm;*.rmvb;*.ts;*.vob;*.wmv"
 
 #define EXTENSIONS_PLAYLIST "*.asx;*.b4s;*.m3u;*.pls;*.vlc;*.xspf"
 




More information about the vlc-devel mailing list