Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-12-14 17:32:41 +0300
committerAnton Khirnov <anton@khirnov.net>2021-03-08 11:29:50 +0300
commit2644a5d4183d7cc5899c601cc24be92fafbbaec9 (patch)
tree7202cc9dd1e9da8e94a8129e93e3c68106379b62 /tests/fate
parent8369a2873c4785068babd6fb398d35180a3ab992 (diff)
lavc: remove tests/options
It tests deprecated avcodec_copy_context().
Diffstat (limited to 'tests/fate')
-rw-r--r--tests/fate/libavcodec.mak4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/fate/libavcodec.mak b/tests/fate/libavcodec.mak
index 747dae3704..682296914a 100644
--- a/tests/fate/libavcodec.mak
+++ b/tests/fate/libavcodec.mak
@@ -65,10 +65,6 @@ fate-mpeg12framerate: libavcodec/tests/mpeg12framerate$(EXESUF)
fate-mpeg12framerate: CMD = run libavcodec/tests/mpeg12framerate$(EXESUF)
fate-mpeg12framerate: REF = /dev/null
-FATE_LIBAVCODEC-yes += fate-libavcodec-options
-fate-libavcodec-options: libavcodec/tests/options$(EXESUF)
-fate-libavcodec-options: CMD = run libavcodec/tests/options$(EXESUF)
-
FATE_LIBAVCODEC-$(CONFIG_RANGECODER) += fate-rangecoder
fate-rangecoder: libavcodec/tests/rangecoder$(EXESUF)
fate-rangecoder: CMD = run libavcodec/tests/rangecoder$(EXESUF)