diff etc/codecs.conf @ 11956:26c69c4dae82

Use qtrle decoder from ffmpeg Support G.726 decoder from ffmpeg
author rtognimp
date Thu, 12 Feb 2004 23:10:16 +0000
parents dcc8d9bb5739
children 837bf28f0df2
line wrap: on
line diff
--- a/etc/codecs.conf	Thu Feb 12 23:09:22 2004 +0000
+++ b/etc/codecs.conf	Thu Feb 12 23:10:16 2004 +0000
@@ -133,6 +133,14 @@
   driver fli
   out BGR32,BGR24
 
+videocodec ffqtrle
+  info "Quicktime Animation (RLE)"
+  status working
+  format 0x20656C72 ; "rle "
+  driver ffmpeg
+  dll "qtrle"
+  out BGR32,RGB24,BGR15,BGR8 query
+
 videocodec qtrle
   info "Quicktime Animation (RLE)"
   status working
@@ -2115,6 +2123,13 @@
   driver g72x
   dll "g72x.c"
 
+audiocodec ffg726
+  info "Sharp G.726 Audio"
+  status working
+  format 0x45
+  driver ffmpeg
+  dll "g726"
+
 audiocodec g726
   info "Sharp G.726 Audio"
   status untested