diff options
author | Anton Khirnov <anton@khirnov.net> | 2020-11-29 17:12:34 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2020-12-10 09:46:30 +0100 |
commit | fe7f0d366fdea04af1bb4c7c188750b99b3593c4 (patch) | |
tree | fa06c4a4e6b31dbd74da5b4f2350c3699b7ff16c /tests/fate/api.mak | |
parent | fcf7ef0a8128e73cd0b921732d309b0eb558e80e (diff) | |
download | ffmpeg-fe7f0d366fdea04af1bb4c7c188750b99b3593c4.tar.gz |
tests: drop api-codec-param test
It fundamentally depends on deprecated lavf internals.
Diffstat (limited to 'tests/fate/api.mak')
-rw-r--r-- | tests/fate/api.mak | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/fate/api.mak b/tests/fate/api.mak index 3e1cc992e0..10288f5aba 100644 --- a/tests/fate/api.mak +++ b/tests/fate/api.mak @@ -21,14 +21,6 @@ fate-api-seek: $(APITESTSDIR)/api-seek-test$(EXESUF) fate-lavf-flv fate-api-seek: CMD = run $(APITESTSDIR)/api-seek-test$(EXESUF) $(TARGET_PATH)/tests/data/lavf/lavf.flv 0 720 fate-api-seek: CMP = null -FATE_API_SAMPLES_LIBAVFORMAT-$(call DEMDEC, IMAGE2, PNG) += fate-api-png-codec-param -fate-api-png-codec-param: $(APITESTSDIR)/api-codec-param-test$(EXESUF) -fate-api-png-codec-param: CMD = run $(APITESTSDIR)/api-codec-param-test$(EXESUF) $(TARGET_SAMPLES)/png1/lena-rgba.png - -FATE_API_SAMPLES_LIBAVFORMAT-$(call DEMDEC, IMAGE2, MJPEG) += fate-api-mjpeg-codec-param -fate-api-mjpeg-codec-param: $(APITESTSDIR)/api-codec-param-test$(EXESUF) -fate-api-mjpeg-codec-param: CMD = run $(APITESTSDIR)/api-codec-param-test$(EXESUF) $(TARGET_SAMPLES)/exif/image_small.jpg - FATE_API-$(HAVE_THREADS) += fate-api-threadmessage fate-api-threadmessage: $(APITESTSDIR)/api-threadmessage-test$(EXESUF) fate-api-threadmessage: CMD = run $(APITESTSDIR)/api-threadmessage-test$(EXESUF) 3 10 30 50 2 20 40 |