]> git.sesse.net Git - ffmpeg/commitdiff
fate/hevc: specify output pixel format explicitly
authorAnton Khirnov <anton@khirnov.net>
Mon, 24 Jul 2017 09:42:09 +0000 (11:42 +0200)
committerAnton Khirnov <anton@khirnov.net>
Fri, 28 Jul 2017 12:12:36 +0000 (14:12 +0200)
This allows running those tests with hwaccel.

tests/fate/hevc.mak

index 5446969a7d72ec405c50b6c2fce044b926b0390a..fe3ef26c7757542d9b0a65fe15c673d9fa1c1bbb 100644 (file)
@@ -144,7 +144,7 @@ HEVC_SAMPLES_10BIT =            \
 
 define FATE_HEVC_TEST
 FATE_HEVC += fate-hevc-conformance-$(1)
-fate-hevc-conformance-$(1): CMD = framecrc -vsync 0 -i $(TARGET_SAMPLES)/hevc-conformance/$(1).bit
+fate-hevc-conformance-$(1): CMD = framecrc -vsync 0 -i $(TARGET_SAMPLES)/hevc-conformance/$(1).bit -pix_fmt yuv420p
 endef
 
 define FATE_HEVC_TEST_10BIT