[vlc-commits] Adds .amb to the extensions list

Jean-Baptiste Kempf git at videolan.org
Sat Oct 31 18:52:21 CET 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Oct 31 18:51:58 2015 +0100| [3b001b95b0679efe4341d49336ab063003b0f9dd] | committer: Jean-Baptiste Kempf

Adds .amb to the extensions list

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3b001b95b0679efe4341d49336ab063003b0f9dd
---

 include/vlc_interface.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/vlc_interface.h b/include/vlc_interface.h
index b1c2521..14e66aa 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -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"
@@ -174,6 +174,7 @@ typedef enum vlc_dialog {
     "*.aif;"\
     "*.aifc;"\
     "*.aiff;"\
+    "*.amb;" \
     "*.amr;" \
     "*.aob;" \
     "*.ape;" \



More information about the vlc-commits mailing list