From 85dc8870363624d2982dfebc1f7d8c31e2a20bc6 Mon Sep 17 00:00:00 2001 From: compn Date: Sun, 18 Mar 2007 16:33:04 +0000 Subject: add ffbmp decoder, cant figure out fourcc bit so use format for avi... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22720 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'etc') 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 -- cgit v1.2.3