From 426bd1b1e1968a9b8756eb74fa48925051a3f3f5 Mon Sep 17 00:00:00 2001 From: reimar Date: Mon, 14 Sep 2009 09:47:08 +0000 Subject: Add support for decoding sgi files via FFmpeg's sgi decoder. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29678 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index e9b1593cb1..89c5037246 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -414,6 +414,14 @@ videocodec mtga driver mtga out BGR32,BGR24 +videocodec ffsgi + info "FFmpeg SGI image" + status working + fourcc SGI1 ; SGI1 is an internal MPlayer FOURCC + driver ffmpeg + dll sgi + out RGB24,Y800,RGB48BE + videocodec sgi info "SGI image" status working -- cgit v1.2.3