mirror of https://github.com/mpv-player/mpv
add ffptx , works on ptx samples
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26743 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8a5ba8d99c
commit
6d1481e91b
|
@ -218,6 +218,14 @@ videocodec mpng
|
|||
driver mpng
|
||||
out BGR32,BGR24,BGR8,Y800
|
||||
|
||||
videocodec ffptx
|
||||
info "FFmpeg V.Flash PTX decoder"
|
||||
status working
|
||||
fourcc "ptx "
|
||||
driver ffmpeg
|
||||
dll ptx
|
||||
out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
|
||||
|
||||
videocodec fftga
|
||||
info "FFmpeg TGA decoder"
|
||||
status untested
|
||||
|
|
|
@ -67,6 +67,7 @@ static const struct {
|
|||
{ "jpg", mmioFOURCC('I', 'J', 'P', 'G') },
|
||||
{ "pcx", mmioFOURCC('p', 'c', 'x', ' ') },
|
||||
{ "png", mmioFOURCC('M', 'P', 'N', 'G') },
|
||||
{ "ptx", mmioFOURCC('p', 't', 'x', ' ') },
|
||||
{ "tga", mmioFOURCC('M', 'T', 'G', 'A') },
|
||||
{ "tif", mmioFOURCC('t', 'i', 'f', 'f') },
|
||||
{ "sgi", mmioFOURCC('S', 'G', 'I', '1') },
|
||||
|
|
Loading…
Reference in New Issue