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

Support qcp file opening

Close #6291
parent d73cc541
...@@ -288,6 +288,7 @@ FunctionEnd ...@@ -288,6 +288,7 @@ FunctionEnd
!insertmacro ${_action} ".mpc" !insertmacro ${_action} ".mpc"
!insertmacro ${_action} ".oma" !insertmacro ${_action} ".oma"
!insertmacro ${_action} ".oga" !insertmacro ${_action} ".oga"
!insertmacro ${_action} ".qcp"
!insertmacro ${_action} ".rmi" !insertmacro ${_action} ".rmi"
!insertmacro ${_action} ".snd" !insertmacro ${_action} ".snd"
!insertmacro ${_action} ".s3m" !insertmacro ${_action} ".s3m"
......
...@@ -167,7 +167,7 @@ typedef enum vlc_dialog { ...@@ -167,7 +167,7 @@ typedef enum vlc_dialog {
#define EXTENSIONS_AUDIO_CSV "3ga", "a52", "aac", "ac3", "ape", "awb", "dts", "flac", "it", \ #define EXTENSIONS_AUDIO_CSV "3ga", "a52", "aac", "ac3", "ape", "awb", "dts", "flac", "it", \
"m4a", "m4p", "mka", "mlp", "mod", "mp1", "mp2", "mp3",\ "m4a", "m4p", "mka", "mlp", "mod", "mp1", "mp2", "mp3",\
"oga", "ogg", "oma", "s3m", "spx", "thd", "tta", \ "oga", "ogg", "oma", "qcp", "rmi", "s3m", "spx", "thd", "tta", \
"wav", "wma", "wv", "xm" "wav", "wma", "wv", "xm"
#define EXTENSIONS_VIDEO_CSV "asf", "avi", "divx", "drc", "dv", "f4v", "flv", "gxf", "iso", \ #define EXTENSIONS_VIDEO_CSV "asf", "avi", "divx", "drc", "dv", "f4v", "flv", "gxf", "iso", \
...@@ -209,6 +209,7 @@ typedef enum vlc_dialog { ...@@ -209,6 +209,7 @@ typedef enum vlc_dialog {
"*.oga;" \ "*.oga;" \
"*.ogg;" \ "*.ogg;" \
"*.oma;" \ "*.oma;" \
"*.qcp;" \
"*.rmi;" \ "*.rmi;" \
"*.s3m;" \ "*.s3m;" \
"*.spx;" \ "*.spx;" \
......
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