From fb7925ba2fa10e1ecf63eb4bada268e25627a88d Mon Sep 17 00:00:00 2001 From: Josh de Kock Date: Tue, 9 Oct 2018 13:07:15 +0100 Subject: fate: add api-h264-slice test This test ensures that you are able to send N number of slice NALUs in slice threaded mode to be decoded simultaneously --- tests/fate/api.mak | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/fate/api.mak') diff --git a/tests/fate/api.mak b/tests/fate/api.mak index eb656e6..132c38f 100644 --- a/tests/fate/api.mak +++ b/tests/fate/api.mak @@ -12,6 +12,10 @@ FATE_API_SAMPLES_LIBAVFORMAT-$(call DEMDEC, H264, H264) += fate-api-h264 fate-api-h264: $(APITESTSDIR)/api-h264-test$(EXESUF) fate-api-h264: CMD = run $(APITESTSDIR)/api-h264-test $(TARGET_SAMPLES)/h264-conformance/SVA_NL2_E.264 +FATE_API_SAMPLES_LIBAVFORMAT-$(call DEMDEC, H264, H264) += fate-api-h264-slice +fate-api-h264-slice: $(APITESTSDIR)/api-h264-slice-test$(EXESUF) +fate-api-h264-slice: CMD = run $(APITESTSDIR)/api-h264-slice-test 2 $(TARGET_SAMPLES)/h264/crew_cif.nal api-h264-slice.h264 + FATE_API_LIBAVFORMAT-$(call DEMDEC, FLV, FLV) += fate-api-seek fate-api-seek: $(APITESTSDIR)/api-seek-test$(EXESUF) fate-lavf-flv_fmt fate-api-seek: CMD = run $(APITESTSDIR)/api-seek-test $(TARGET_PATH)/tests/data/lavf/lavf.flv 0 720 -- cgit v1.1