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:
compn 2008-05-12 02:09:47 +00:00
parent 8a5ba8d99c
commit 6d1481e91b
2 changed files with 9 additions and 0 deletions

View File

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

View File

@ -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') },