Commit 0a01451b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Register 669 extension

(cherry picked from commit 94566cadba9a5bf107bdc89a96020b9020ad3468)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent e204e192
...@@ -259,6 +259,7 @@ FunctionEnd ...@@ -259,6 +259,7 @@ FunctionEnd
!macro MacroAudioExtensions _action !macro MacroAudioExtensions _action
!insertmacro ${_action} ".3ga" !insertmacro ${_action} ".3ga"
!insertmacro ${_action} ".669"
!insertmacro ${_action} ".a52" !insertmacro ${_action} ".a52"
!insertmacro ${_action} ".aac" !insertmacro ${_action} ".aac"
!insertmacro ${_action} ".ac3" !insertmacro ${_action} ".ac3"
......
...@@ -166,7 +166,7 @@ typedef enum vlc_dialog { ...@@ -166,7 +166,7 @@ typedef enum vlc_dialog {
/* Useful text messages shared by interfaces */ /* Useful text messages shared by interfaces */
#define INTF_ABOUT_MSG LICENSE_MSG #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",\ "m4a", "m4p", "mka", "mlp", "mod", "mp1", "mp2", "mp3",\
"oga", "ogg", "oma", "qcp", "rmi", "s3m", "spx", "thd", "tta", \ "oga", "ogg", "oma", "qcp", "rmi", "s3m", "spx", "thd", "tta", \
"wav", "wma", "wv", "xm" "wav", "wma", "wv", "xm"
...@@ -180,6 +180,7 @@ typedef enum vlc_dialog { ...@@ -180,6 +180,7 @@ typedef enum vlc_dialog {
#define EXTENSIONS_AUDIO \ #define EXTENSIONS_AUDIO \
"*.3ga;" \ "*.3ga;" \
"*.669;" \
"*.a52;" \ "*.a52;" \
"*.aac;" \ "*.aac;" \
"*.ac3;" \ "*.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