diff etc/codecs.conf @ 31764:00884af812b8

Support FFmpeg's native AMR Narrowband decoder.
author cehoyos
date Tue, 27 Jul 2010 13:11:15 +0000
parents 013a496467b9
children e9739c0f84ed
line wrap: on
line diff
--- a/etc/codecs.conf	Tue Jul 27 08:38:08 2010 +0000
+++ b/etc/codecs.conf	Tue Jul 27 13:11:15 2010 +0000
@@ -4427,6 +4427,14 @@
   format 0x2b4d
   driver mpcdec
 
+audiocodec ffamrnb
+  info "AMR Narrowband"
+  status working
+  fourcc samr
+  format 0x57 ;amr in avi
+  driver ffmpeg
+  dll "amrnb"
+
 audiocodec libopencoreamrnb
   info "AMR Narrowband"
   status working