diff etc/codecs.conf @ 25961:354ad909efcf

add ffpcx decoder, works on my samples.
author compn
date Wed, 13 Feb 2008 21:36:27 +0000
parents b071a2aec687
children 77aa6f108f20
line wrap: on
line diff
--- a/etc/codecs.conf	Wed Feb 13 19:21:39 2008 +0000
+++ b/etc/codecs.conf	Wed Feb 13 21:36:27 2008 +0000
@@ -177,6 +177,14 @@
   dll tiff
   out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
 
+videocodec ffpcx
+  info "FFmpeg PCX decoder"
+  status working
+  fourcc "pcx "
+  driver ffmpeg
+  dll pcx
+  out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
+
 videocodec ffpng
   info "FFmpeg PNG decoder"
   status working