[MPlayer-cvslog] r34114 - trunk/etc/codecs.conf

compn subversion at mplayerhq.hu
Tue Sep 20 16:12:21 CEST 2011


Author: compn
Date: Tue Sep 20 16:12:20 2011
New Revision: 34114

Log:
add native ffmpeg amrwb decoder

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Tue Sep 20 00:11:12 2011	(r34113)
+++ trunk/etc/codecs.conf	Tue Sep 20 16:12:20 2011	(r34114)
@@ -4789,6 +4789,14 @@ audiocodec ffamrnb
   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


More information about the MPlayer-cvslog mailing list