Skip to content
Snippets Groups Projects
Commit 770cf1db authored by Anton Khirnov's avatar Anton Khirnov
Browse files

fate/hevc: specify output pixel format explicitly

This allows running those tests with hwaccel.
parent 00fd914d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment