summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-16 13:06:35 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-16 13:06:35 +0000
commit014b44de8e6befc19070845fb9bf0e202d9c0a3c (patch)
treec80a8b7b0df60da9a396f28f79c13de5e41b820a /etc
parent39e5906704211082c8a00d4a30fd02e138c11c36 (diff)
downloadmpv-014b44de8e6befc19070845fb9bf0e202d9c0a3c.tar.bz2
mpv-014b44de8e6befc19070845fb9bf0e202d9c0a3c.tar.xz
add nellymoser codec to mplayer with internal fourcc NELL
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24792 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 4e810b0412..e510b5d982 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -2747,6 +2747,13 @@ audiocodec ffape
driver ffmpeg
dll "ape"
+audiocodec ffnellymoser
+ info "FFmpeg Nellymoser Audio decoder"
+ status working
+ fourcc "NELL" ; internal MPlayer FourCC
+ driver ffmpeg
+ dll "nellymoser"
+
audiocodec pcm
info "Uncompressed PCM"
status working