changeset 15059:0453cea5be15

Autodesk RLE decoder via lavc
author rtognimp
date Wed, 06 Apr 2005 19:14:09 +0000
parents f48dc20c9185
children 30289c5f3cc6
files etc/codecs.conf
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Wed Apr 06 11:57:10 2005 +0000
+++ b/etc/codecs.conf	Wed Apr 06 19:14:09 2005 +0000
@@ -130,6 +130,14 @@
   dll "flic"
   out BGR8
 
+videocodec ffaasc
+  info "Autodesk RLE decoder"
+  status working
+  fourcc AASC
+  driver ffmpeg
+  dll "aasc"
+  out BGR24
+
 videocodec ffqtrle
   info "QuickTime Animation (RLE)"
   status working