1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-26 17:12:36 +00:00

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
This commit is contained in:
reimar 2009-09-14 09:47:08 +00:00
parent bd44692ac7
commit 426bd1b1e1

View File

@ -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