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

Jean-Baptiste Kempf git at videolan.org
Tue Dec 13 22:55:26 CET 2011


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

Add thd to the list of extensions

Close #5664
(cherry picked from commit 67bb71c271edeb832cdb96d9b5aea2b83ec885f6)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 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 359f58b..2880d73 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -168,7 +168,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", \
@@ -212,6 +212,7 @@ typedef enum vlc_dialog {
     "*.rmi;" \
     "*.s3m;" \
     "*.spx;" \
+    "*.thd;" \
     "*.tta;" \
     "*.voc;" \
     "*.vqf;" \



More information about the vlc-commits mailing list