summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 935ce525c5..9a2caeb3a0 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -177,6 +177,14 @@ videocodec fftiff
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