[vlc-commits] Add .au extension

Jean-Baptiste Kempf git at videolan.org
Tue Nov 4 17:48:14 CET 2014


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Nov  4 17:15:40 2014 +0100| [5e7d42f71adcbc81c539b2e511e799a59b868d84] | committer: Jean-Baptiste Kempf

Add .au extension

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

 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 0f9d99c..b10e374 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -184,7 +184,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", "awb", "caf", "dts", "flac", "it", "kar", \
+                         "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", "thd", "tta", \
                          "voc", "vqf", "w64", "wav", "wma", "wv", "xa", "xm"
@@ -212,6 +212,7 @@ typedef enum vlc_dialog {
     "*.amr;" \
     "*.aob;" \
     "*.ape;" \
+    "*.au;" \
     "*.awb;" \
     "*.caf;" \
     "*.dts;" \



More information about the vlc-commits mailing list