]> git.sesse.net Git - vlc/commitdiff
Add thd to the list of extensions
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 13 Dec 2011 10:51:34 +0000 (11:51 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 13 Dec 2011 10:51:58 +0000 (11:51 +0100)
Close #5664

include/vlc_interface.h

index 76a57f5fd01335dcb5ed6675c3974f2400f10f7f..e70296d3d66bd599d189a2045ce68c302113fe26 100644 (file)
@@ -167,7 +167,7 @@ typedef enum vlc_dialog {
 
 #define EXTENSIONS_AUDIO_CSV "a52", "aac", "ac3", "ape", "awb", "dts", "flac", "it", \
                          "m4a", "m4p", "mka", "mlp", "mod", "mp1", "mp2", "mp3",\
-                         "oga", "ogg", "oma", "s3m", "spx" \
+                         "oga", "ogg", "oma", "s3m", "spx", "thd", "tta", \
                          "wav", "wma", "wv", "xm"
 
 #define EXTENSIONS_VIDEO_CSV "asf", "avi", "divx", "dv", "f4v", "flv", "gxf", "iso", \
@@ -211,6 +211,7 @@ typedef enum vlc_dialog {
     "*.rmi;" \
     "*.s3m;" \
     "*.spx;" \
+    "*.thd;" \
     "*.tta;" \
     "*.voc;" \
     "*.vqf;" \