[vlc-commits] Support an alternative fourCC for NellyMoser
Jean-Baptiste Kempf
git at videolan.org
Tue Aug 30 16:50:30 CEST 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Aug 30 16:50:11 2011 +0200| [89032298507814e9ed61c90d25c7d85415486b93] | committer: Jean-Baptiste Kempf
Support an alternative fourCC for NellyMoser
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=89032298507814e9ed61c90d25c7d85415486b93
---
src/misc/fourcc.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 33a14f7..fa357fc 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -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 "),
More information about the vlc-commits
mailing list