changeset 22688:f5b1bcca609b

add ffdxa , works on samples/game-formats/dxa/epic.dxa
author compn
date Sat, 17 Mar 2007 19:58:10 +0000
parents bf78d0e672d3
children 6d7020362b3c
files etc/codecs.conf
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Sat Mar 17 19:54:31 2007 +0000
+++ b/etc/codecs.conf	Sat Mar 17 19:58:10 2007 +0000
@@ -1953,6 +1953,14 @@
   dll "vmdvideo"
   out BGR8
 
+videocodec ffdxa
+  info "FFmpeg Feeble Files DXA video"
+  status working
+  fourcc DXA1 ; internal MPlayer FourCC
+  driver ffmpeg
+  dll "dxa"
+  out BGR8
+
 videocodec ffdsicinvideo
   info "FFmpeg Delphine CIN video"
   status working