summaryrefslogtreecommitdiffstats
path: root/tests/fate/api.mak
diff options
context:
space:
mode:
authorLudmila Glinskih <lglinskih@gmail.com>2015-07-31 16:01:43 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2015-08-20 21:40:11 +0200
commite23a01c06df324d66b3924c3ea47cd5cf5ec017e (patch)
treea0939fed02979338b04e6b9dedc463b6bb13caf9 /tests/fate/api.mak
parentc3052c9e8a91a77b91f7f17c1326b7688cb4a7c0 (diff)
downloadffmpeg-streaming-e23a01c06df324d66b3924c3ea47cd5cf5ec017e.zip
ffmpeg-streaming-e23a01c06df324d66b3924c3ea47cd5cf5ec017e.tar.gz
api-seek-test: first version
Works only with video stream. First pass without seeking -- counts crcs of a frames and store it in an array. After that it seeks a lot in different places and checks if crcs of these frames and crcs of frames in array are the same. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate/api.mak')
-rw-r--r--tests/fate/api.mak6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/fate/api.mak b/tests/fate/api.mak
index 4a1ee81..ead705a 100644
--- a/tests/fate/api.mak
+++ b/tests/fate/api.mak
@@ -8,6 +8,12 @@ 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_LIBAVFORMAT-yes += fate-api-seek
+fate-api-seek: $(APITESTSDIR)/api-seek-test$(EXESUF) fate-lavf
+fate-api-seek: CMD = run $(APITESTSDIR)/api-seek-test $(TARGET_PATH)/tests/data/lavf/lavf.flv 0 720
+fate-api-seek: CMP = null
+fate-api-seek: REF = /dev/null
+
FATE_API_SAMPLES-$(CONFIG_AVFORMAT) += $(FATE_API_SAMPLES_LIBAVFORMAT-yes)
ifdef SAMPLES
OpenPOWER on IntegriCloud