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

compn subversion at mplayerhq.hu
Wed May 13 14:30:51 CEST 2015


Author: compn
Date: Wed May 13 14:30:51 2015
New Revision: 37400

Log:
codecs.conf: add g729 binary decoder dmo, fixes ffmpeg bug 4553

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Tue May 12 19:53:41 2015	(r37399)
+++ trunk/etc/codecs.conf	Wed May 13 14:30:51 2015	(r37400)
@@ -6056,6 +6056,15 @@ audiocodec ffg729
   driver ffmpeg
   dll "g729"
 
+audiocodec g729dmo
+  info "verint g729"
+  status working
+  format 0x83
+  format 0xA104 ;untested
+  driver dmo
+  dll "G729DecoderDMO.dll"
+  guid 0xe1d97f0c, 0x47d0, 0x416b, 0x97, 0xc6, 0xcd, 0xf5, 0xdc, 0x30, 0xd6, 0xf4
+
 audiocodec atrac3
   info "Sony ATRAC3"
   status buggy


More information about the MPlayer-cvslog mailing list