diff options
author | Anton Khirnov <anton@khirnov.net> | 2017-07-24 11:42:09 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2017-07-28 14:12:36 +0200 |
commit | 770cf1dbc2c8fe9b84300439ad0cd85036480388 (patch) | |
tree | 781a2ed166b476f3f1c2d9cc2b2afacdb9610fbe | |
parent | 00fd914d4912322212e924c15f325cebf2fde8d3 (diff) | |
download | ffmpeg-770cf1dbc2c8fe9b84300439ad0cd85036480388.tar.gz |
fate/hevc: specify output pixel format explicitly
This allows running those tests with hwaccel.
-rw-r--r-- | tests/fate/hevc.mak | 2 |
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 |