diff etc/codecs.conf @ 24764:fbf46414bb48

add nellymoser codec to mplayer with internal fourcc NELL
author compn
date Tue, 16 Oct 2007 13:06:35 +0000
parents 73a7e3da473e
children e90b7faa8aec
line wrap: on
line diff
--- a/etc/codecs.conf	Tue Oct 16 01:53:34 2007 +0000
+++ b/etc/codecs.conf	Tue Oct 16 13:06:35 2007 +0000
@@ -2747,6 +2747,13 @@
   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