[vlc-commits] Add thd to the list of extensions

Jean-Baptiste Kempf git at videolan.org
Tue Dec 13 11:51:53 CET 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Dec 13 11:51:34 2011 +0100| [67bb71c271edeb832cdb96d9b5aea2b83ec885f6] | committer: Jean-Baptiste Kempf

Add thd to the list of extensions

Close #5664

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

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

diff --git a/include/vlc_interface.h b/include/vlc_interface.h
index 76a57f5..e70296d 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -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;" \



More information about the vlc-commits mailing list