changeset 31764:00884af812b8

Support FFmpeg's native AMR Narrowband decoder.
author cehoyos
date Tue, 27 Jul 2010 13:11:15 +0000
parents 550ffba86d9c
children 59949255681d
files etc/codecs.conf
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
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