Commit 67bb71c2 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add thd to the list of extensions

Close #5664
parent 3509a974
......@@ -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;" \
......
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