From 7b734ee55dbb8476d7ad63c7daf55c534cf82d5d Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Sat, 18 Apr 2015 17:25:21 +0100 Subject: lavf: Open PICT images with Quickdraw Update the pictor test to use the pictor codec, as both formats share the .pic file extension. --- tests/fate/image.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/fate/image.mak b/tests/fate/image.mak index 3d8f6a842b..f652fea250 100644 --- a/tests/fate/image.mak +++ b/tests/fate/image.mak @@ -57,7 +57,7 @@ FATE_SAMPLES_AVCONV += $(FATE_EXR-yes) fate-exr: $(FATE_EXR-yes) FATE_SAMPLES_AVCONV-$(call DEMDEC, IMAGE2, PICTOR) += fate-pictor -fate-pictor: CMD = framecrc -i $(TARGET_SAMPLES)/pictor/MFISH.PIC -pix_fmt rgb24 +fate-pictor: CMD = framecrc -c pictor -i $(TARGET_SAMPLES)/pictor/MFISH.PIC -pix_fmt rgb24 FATE_SAMPLES_AVCONV-$(call PARSERDEMDEC, PNG, IMAGE2PIPE, PNG) += fate-pngparser fate-pngparser: CMD = framecrc -f image2pipe -i $(TARGET_SAMPLES)/png1/libav_4x_concat.png -pix_fmt rgba -- cgit v1.2.3