Skip to content

Commit

Permalink
Adds .amb to the extensions list
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkempf committed Oct 31, 2015
1 parent 67fcea7 commit 3b001b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/vlc_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ typedef enum vlc_dialog {
#define INTF_ABOUT_MSG LICENSE_MSG

#define EXTENSIONS_AUDIO_CSV "3ga", "669", "a52", "aac", "ac3", "adt", "adts", "aif", "aifc", "aiff", \
"amr", "aob", "ape", "au", "awb", "caf", "dts", "flac", "it", "kar", \
"amb", "amr", "aob", "ape", "au", "awb", "caf", "dts", "flac", "it", "kar", \
"m4a", "m4b", "m4p", "m5p", "mka", "mlp", "mod", "mpa", "mp1", "mp2", "mp3", "mpc", "mpga", "mus", \
"oga", "ogg", "oma", "opus", "qcp", "ra", "rmi", "s3m", "sid", "spx", "tak", "thd", "tta", \
"voc", "vqf", "w64", "wav", "wma", "wv", "xa", "xm"
Expand All @@ -174,6 +174,7 @@ typedef enum vlc_dialog {
"*.aif;"\
"*.aifc;"\
"*.aiff;"\
"*.amb;" \
"*.amr;" \
"*.aob;" \
"*.ape;" \
Expand Down

0 comments on commit 3b001b9

Please sign in to comment.