summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2017-07-24 11:42:09 +0200
committerAnton Khirnov <anton@khirnov.net>2017-07-24 15:08:14 +0200
commitb7d48bfc90b0d5cfe7391373c08f8b225353ad52 (patch)
treec031876b09b6dd66955f0ad37c4b2a265f61b93c
parent996892eafb17b393254be9e74f59b1f703bb8384 (diff)
fate/hevc: specify output pixel format explicitly
This allows running those tests with hwaccel.
-rw-r--r--tests/fate/hevc.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/hevc.mak b/tests/fate/hevc.mak
index 5446969a7d..fe3ef26c77 100644
--- a/tests/fate/hevc.mak
+++ b/tests/fate/hevc.mak
@@ -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