changeset 34026:b4a4a19c788f

add native ffmpeg amrwb decoder
author compn
date Tue, 20 Sep 2011 14:12:20 +0000
parents e7f393cb9d0f
children c1a590bb2441
files etc/codecs.conf
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Mon Sep 19 22:11:12 2011 +0000
+++ b/etc/codecs.conf	Tue Sep 20 14:12:20 2011 +0000
@@ -4789,6 +4789,14 @@
   driver ffmpeg
   dll "amrnb"
 
+audiocodec ffamrwb
+  info "AMR Wideband"
+  status working
+  fourcc sawb
+  format 0x58 ;amrwb in avi
+  driver ffmpeg
+  dll "amrwb"
+
 audiocodec libopencoreamrnb
   info "AMR Narrowband"
   status working