]> git.sesse.net Git - vlc/commitdiff
accept opus as audio codec also with Opus
authorIlkka Ollakka <ileoo@videolan.org>
Sun, 9 Feb 2014 11:15:18 +0000 (13:15 +0200)
committerIlkka Ollakka <ileoo@videolan.org>
Sun, 9 Feb 2014 11:20:04 +0000 (13:20 +0200)
src/misc/fourcc.c

index 229bb9475c2594041b36a56f69342c2df666809f..a042303a5b3e739d9a5721adfb32d865725f9fb7 100644 (file)
@@ -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"),