[FFmpeg-cvslog] fate/hevc: specify output pixel format explicitly

Anton Khirnov git at videolan.org
Sat Nov 11 02:08:04 EET 2017


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Mon Jul 24 11:42:09 2017 +0200| [770cf1dbc2c8fe9b84300439ad0cd85036480388] | committer: Anton Khirnov

fate/hevc: specify output pixel format explicitly

This allows running those tests with hwaccel.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=770cf1dbc2c8fe9b84300439ad0cd85036480388
---

 tests/fate/hevc.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the ffmpeg-cvslog mailing list