[vlc-commits] accept opus as audio codec also with Opus

Ilkka Ollakka git at videolan.org
Sun Feb 9 12:20:47 CET 2014


vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Sun Feb  9 13:15:18 2014 +0200| [5507803e34f3215110733477497ae7db2fe48a79] | committer: Ilkka Ollakka

accept opus as audio codec also with Opus

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

 src/misc/fourcc.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 229bb94..a042303 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -1299,6 +1299,7 @@ static const staticentry_t p_list_audio[] = {
 
     B(VLC_CODEC_OPUS, "Opus Audio"),
         A("Opus"),
+        A("opus"),
 
     B(VLC_CODEC_302M, "302M Audio"),
         A("302m"),



More information about the vlc-commits mailing list