mirror of
https://github.com/mpv-player/mpv
synced 2025-02-01 20:52:05 +00:00
add ffpcx decoder, works on my samples.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25993 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2fdfd41cb5
commit
440d7d2575
@ -177,6 +177,14 @@ videocodec fftiff
|
||||
dll tiff
|
||||
out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
|
||||
|
||||
videocodec ffpcx
|
||||
info "FFmpeg PCX decoder"
|
||||
status working
|
||||
fourcc "pcx "
|
||||
driver ffmpeg
|
||||
dll pcx
|
||||
out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
|
||||
|
||||
videocodec ffpng
|
||||
info "FFmpeg PNG decoder"
|
||||
status working
|
||||
|
@ -65,6 +65,7 @@ static const struct {
|
||||
{ "bmp", mmioFOURCC('b', 'm', 'p', ' ') },
|
||||
{ "jpeg", mmioFOURCC('I', 'J', 'P', 'G') },
|
||||
{ "jpg", mmioFOURCC('I', 'J', 'P', 'G') },
|
||||
{ "pcx", mmioFOURCC('p', 'c', 'x', ' ') },
|
||||
{ "png", mmioFOURCC('M', 'P', 'N', 'G') },
|
||||
{ "tga", mmioFOURCC('M', 'T', 'G', 'A') },
|
||||
{ "tif", mmioFOURCC('t', 'i', 'f', 'f') },
|
||||
|
Loading…
Reference in New Issue
Block a user