[vlc-commits] Forgotten opus extension registration

Jean-Baptiste Kempf git at videolan.org
Thu Sep 13 01:47:59 CEST 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Sep 13 01:46:41 2012 +0200| [5d643801a160c663dacf851b012255b2c08a24be] | committer: Jean-Baptiste Kempf

Forgotten opus extension registration

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

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

diff --git a/include/vlc_interface.h b/include/vlc_interface.h
index 9dea599..a5d397b 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -184,7 +184,7 @@ typedef enum vlc_dialog {
 
 #define EXTENSIONS_AUDIO_CSV "3ga", "669", "a52", "aac", "ac3", "ape", "awb", "dts", "flac", "it", \
                          "m4a", "m4p", "mka", "mlp", "mod", "mp1", "mp2", "mp3", "mpc", "mpga", \
-                         "oga", "ogg", "oma", "qcp", "ra", "rmi", "s3m", "spx", "thd", "tta", \
+                         "oga", "ogg", "opus", "oma", "qcp", "ra", "rmi", "s3m", "spx", "thd", "tta", \
                          "wav", "wma", "wv", "xm"
 
 #define EXTENSIONS_VIDEO_CSV "asf", "avi", "divx", "drc", "dv", "f4v", "flv", "gvi", "gxf", "iso", \



More information about the vlc-commits mailing list