]> git.sesse.net Git - vlc/commitdiff
Support an alternative fourCC for NellyMoser
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 30 Aug 2011 14:50:11 +0000 (16:50 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 30 Aug 2011 14:50:11 +0000 (16:50 +0200)
src/misc/fourcc.c

index 33a14f76e095acde4913244c1bb5b98ad618ff5a..fa357fc1db5054a3c9e8a55c895fd21ec7ff7a69 100644 (file)
@@ -1085,6 +1085,7 @@ static const entry_t p_list_audio[] = {
 
     B(VLC_CODEC_NELLYMOSER, "NellyMoser ASAO"),
         A("NELL"),
+        A("nmos"),
 
     B(VLC_CODEC_APE, "Monkey's Audio"),
         A("APE "),