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

compn subversion at mplayerhq.hu
Thu Nov 1 13:44:26 CET 2012


Author: compn
Date: Thu Nov  1 13:44:26 2012
New Revision: 35320

Log:
add SPXN to speex decoder, should work after ff bug 1873 is fixed

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Wed Oct 31 21:58:39 2012	(r35319)
+++ trunk/etc/codecs.conf	Thu Nov  1 13:44:26 2012	(r35320)
@@ -5570,10 +5570,22 @@ audiocodec speex
   comment "Speex driver using libspeex"
   fourcc 'spx '
   fourcc spex
+  fourcc SPXN
   format 0xA109
   driver speex
   dll "speex"
 
+audiocodec fflibspeex
+  info "ffmpeg libSpeex audio"
+  status working
+  comment "ffmpeg libspeex"
+  fourcc 'spx '
+  fourcc spex
+  fourcc SPXN
+  format 0xA109
+  driver ffmpeg
+  dll "libspeex"
+
 audiocodec vivoaudio
   info "Vivo G.723/Siren Audio Codec"
   status working


More information about the MPlayer-cvslog mailing list