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

compn subversion at mplayerhq.hu
Sat Jul 21 13:05:43 CEST 2012


Author: compn
Date: Sat Jul 21 13:05:43 2012
New Revision: 35043

Log:
add ffmpeg and binary g.723.1 codec, works on g723_1.wav

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Sat Jul 21 13:02:50 2012	(r35042)
+++ trunk/etc/codecs.conf	Sat Jul 21 13:05:43 2012	(r35043)
@@ -5520,6 +5520,20 @@ audiocodec vivoaudio
   driver acm
   dll "vivog723.acm"
 
+audiocodec ffg7231
+  info "G.723.1 MS"
+  status working
+  format 0x42
+  driver ffmpeg
+  dll "g723_1"
+
+audiocodec g7231ms
+  info "G.723.1 MS"
+  status working
+  format 0x42
+  driver acm
+  dll "msg723.acm"
+
 audiocodec g72x
   info "G.711/G.721/G.723"
   status crashing


More information about the MPlayer-cvslog mailing list