aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fate/prores.mak
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-05-27 18:06:03 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2016-05-27 18:27:52 +0200
commit9106cba22ad84f133296245e974a0c3a4c45e497 (patch)
treeb4f20cbdff10fe63901c0ced126c28b8cc2f2d51 /tests/fate/prores.mak
parent9c43703620a8b2b002cc0681f2da5cf869f0fc80 (diff)
downloadffmpeg-9106cba22ad84f133296245e974a0c3a4c45e497.tar.gz
fate: Add fate-prores-gray
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate/prores.mak')
-rw-r--r--tests/fate/prores.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/fate/prores.mak b/tests/fate/prores.mak
index e88df5fede..7efc04212d 100644
--- a/tests/fate/prores.mak
+++ b/tests/fate/prores.mak
@@ -6,6 +6,7 @@ FATE_PRORES = fate-prores-422 \
fate-prores-alpha_skip \
fate-prores-transparency \
fate-prores-transparency_skip \
+ fate-prores-gray \
FATE_SAMPLES_AVCONV-$(call DEMDEC, MOV, PRORES) += $(FATE_PRORES)
fate-prores: $(FATE_PRORES)
@@ -18,3 +19,4 @@ fate-prores-alpha: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/pror
fate-prores-alpha_skip: CMD = framecrc -flags +bitexact -skip_alpha 1 -i $(TARGET_SAMPLES)/prores/Sequence_1-Apple_ProRes_with_Alpha.mov -pix_fmt yuv444p10le
fate-prores-transparency: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/prores/prores4444_with_transparency.mov -pix_fmt yuva444p10le
fate-prores-transparency_skip: CMD = framecrc -flags +bitexact -skip_alpha 1 -i $(TARGET_SAMPLES)/prores/prores4444_with_transparency.mov -pix_fmt yuv444p10le
+fate-prores-gray: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/prores/gray.mov -pix_fmt yuv422p10le