Commit e508e492 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add thd to the list of extensions

Close #5664
(cherry picked from commit 67bb71c271edeb832cdb96d9b5aea2b83ec885f6)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent c246fa85
......@@ -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;" \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment