diff options
author | Ludmila Glinskih <lglinskih@gmail.com> | 2015-07-31 16:01:43 +0300 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-20 21:40:11 +0200 |
commit | e23a01c06df324d66b3924c3ea47cd5cf5ec017e (patch) | |
tree | a0939fed02979338b04e6b9dedc463b6bb13caf9 /tests/api/Makefile | |
parent | c3052c9e8a91a77b91f7f17c1326b7688cb4a7c0 (diff) | |
download | ffmpeg-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/api/Makefile')
-rw-r--r-- | tests/api/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/api/Makefile b/tests/api/Makefile index 704987e1ad..59cbc7c6aa 100644 --- a/tests/api/Makefile +++ b/tests/api/Makefile @@ -1,5 +1,6 @@ APITESTPROGS-$(call ENCDEC, FLAC, FLAC) += api-flac APITESTPROGS-$(call DEMDEC, H264, H264) += api-h264 +APITESTPROGS-yes += api-seek APITESTPROGS += $(APITESTPROGS-yes) APITESTOBJS := $(APITESTOBJS:%=$(APITESTSDIR)%) $(APITESTPROGS:%=$(APITESTSDIR)/%-test.o) |