summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/codecs.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index a93581bfb5..8dc7624b4a 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -146,6 +146,15 @@ videocodec nuv
driver nuv
out I420,IYUV
+videocodec ffbmp
+ info "FFmpeg BMP decoder"
+ status working
+ fourcc "bmp " ; for BMP-encoded QuickTime files
+ format 0x706D62 ; AVI
+ driver ffmpeg
+ dll bmp
+ out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
+
videocodec ffgif
info "FFmpeg GIF decoder"
status working