changeset 35226:584d7c20aca4

add SPXN to speex decoder, should work after ff bug 1873 is fixed
author compn
date Thu, 01 Nov 2012 12:44:26 +0000
parents 1e56eab1f210
children 6b08a8332561
files etc/codecs.conf
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Wed Oct 31 20:58:39 2012 +0000
+++ b/etc/codecs.conf	Thu Nov 01 12:44:26 2012 +0000
@@ -5570,10 +5570,22 @@
   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