PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.

Patch by Daniel Verkamp, daniel drv nu

Originally committed as revision 18077 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Daniel Verkamp
2009-03-20 17:23:45 +00:00
committed by Carl Eugen Hoyos
parent 20ddf5a8e4
commit effcedf738
9 changed files with 219 additions and 3 deletions

View File

@ -224,6 +224,7 @@ LAVF_TESTS = $(addprefix regtest-, \
voc \
ogg \
pixfmt \
pcx \
)
REGFILES = $(addprefix tests/data/,$(addsuffix .$(1),$(2:regtest-%=%)))