Commit 94566cad authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Register 669 extension

parent f55a160d
......@@ -259,6 +259,7 @@ FunctionEnd
!macro MacroAudioExtensions _action
!insertmacro ${_action} ".3ga"
!insertmacro ${_action} ".669"
!insertmacro ${_action} ".a52"
!insertmacro ${_action} ".aac"
!insertmacro ${_action} ".ac3"
......
......@@ -165,7 +165,7 @@ typedef enum vlc_dialog {
/* Useful text messages shared by interfaces */
#define INTF_ABOUT_MSG LICENSE_MSG
#define EXTENSIONS_AUDIO_CSV "3ga", "a52", "aac", "ac3", "ape", "awb", "dts", "flac", "it", \
#define EXTENSIONS_AUDIO_CSV "3ga", "669", "a52", "aac", "ac3", "ape", "awb", "dts", "flac", "it", \
"m4a", "m4p", "mka", "mlp", "mod", "mp1", "mp2", "mp3",\
"oga", "ogg", "oma", "qcp", "rmi", "s3m", "spx", "thd", "tta", \
"wav", "wma", "wv", "xm"
......@@ -179,6 +179,7 @@ typedef enum vlc_dialog {
#define EXTENSIONS_AUDIO \
"*.3ga;" \
"*.669;" \
"*.a52;" \
"*.aac;" \
"*.ac3;" \
......
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