mirror of
https://github.com/mpv-player/mpv
synced 2024-12-25 08:12:17 +00:00
sun rasterfile decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26102 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
21c200e767
commit
6b9a3bc1a4
@ -228,6 +228,14 @@ videocodec sgi
|
||||
driver sgi
|
||||
out BGR24
|
||||
|
||||
videocodec ffsunras
|
||||
info "FFmpeg SUN Rasterfile decoder"
|
||||
status working
|
||||
fourcc "sun " ; sun is an internal MPlayer FOURCC
|
||||
driver ffmpeg
|
||||
dll sunrast
|
||||
out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
|
||||
|
||||
videocodec ffindeo3
|
||||
info "FFmpeg Intel Indeo 3.1/3.2"
|
||||
status working
|
||||
|
@ -70,6 +70,13 @@ static const struct {
|
||||
{ "tga", mmioFOURCC('M', 'T', 'G', 'A') },
|
||||
{ "tif", mmioFOURCC('t', 'i', 'f', 'f') },
|
||||
{ "sgi", mmioFOURCC('S', 'G', 'I', '1') },
|
||||
{ "sun", mmioFOURCC('s', 'u', 'n', ' ') },
|
||||
{ "ras", mmioFOURCC('s', 'u', 'n', ' ') },
|
||||
{ "ra", mmioFOURCC('s', 'u', 'n', ' ') },
|
||||
{ "im1", mmioFOURCC('s', 'u', 'n', ' ') },
|
||||
{ "im8", mmioFOURCC('s', 'u', 'n', ' ') },
|
||||
{ "im24", mmioFOURCC('s', 'u', 'n', ' ') },
|
||||
{ "sunras", mmioFOURCC('s', 'u', 'n', ' ') },
|
||||
{ NULL, 0 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user