diff etc/codecs.conf @ 36383:12b7f66d1a47

Support little endian G.726 as found in Sun au files.
author cehoyos
date Fri, 18 Oct 2013 18:03:21 +0000
parents d2ed641667d2
children 291485d8cfa8
line wrap: on
line diff
--- a/etc/codecs.conf	Fri Oct 18 06:16:58 2013 +0000
+++ b/etc/codecs.conf	Fri Oct 18 18:03:21 2013 +0000
@@ -5907,6 +5907,13 @@
   driver ffmpeg
   dll "g726"
 
+audiocodec ffg726le
+  info "FFmpeg G.726 little endian Audio"
+  status working
+  fourcc 627G ; internal MPlayer FourCC
+  driver ffmpeg
+  dll g726le
+
 audiocodec g726
   info "Sharp G.726 Audio"
   status untested