Commit 7bc86920 authored by Julien Humbert's avatar Julien Humbert Committed by Jean-Baptiste Kempf

Add .3ga audio extension

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 7098f402
......@@ -258,6 +258,7 @@ FunctionEnd
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
!macro MacroAudioExtensions _action
!insertmacro ${_action} ".3ga"
!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 "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",\
"oga", "ogg", "oma", "s3m", "spx", "thd", "tta", \
"wav", "wma", "wv", "xm"
......@@ -178,6 +178,7 @@ typedef enum vlc_dialog {
"rec", "rm", "rmvb", "ts", "vob", "wmv"
#define EXTENSIONS_AUDIO \
"*.3ga;" \
"*.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