diff options
author | Guo, Yejun <yejun.guo@intel.com> | 2020-01-29 01:15:28 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2020-01-29 01:15:56 +0100 |
commit | de1b2aa7968343fe70ca924f473d9b53eeb85490 (patch) | |
tree | 5be3dc4f8649facda62129676e071e89b0c3938e /tests/fate/filter-video.mak | |
parent | 43f58f2354bfab3819e44c1a97b0af75cc091226 (diff) | |
download | ffmpeg-de1b2aa7968343fe70ca924f473d9b53eeb85490.tar.gz |
Revert "fate/filter-video: add two tests for dnn_processing with frame format rgb24 and grayf32"
The tests broke fate without SAMPLES and fate on some platforms.
This reverts commit 95ade711eb4afb8b76a765ef6571e7934ad7f8cc.
Diffstat (limited to 'tests/fate/filter-video.mak')
-rw-r--r-- | tests/fate/filter-video.mak | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak index 02986b569c..2da27f714a 100644 --- a/tests/fate/filter-video.mak +++ b/tests/fate/filter-video.mak @@ -259,10 +259,6 @@ FATE_FILTER_SAMPLES-$(call ALLYES, PNG_DECODER APNG_DEMUXER FORMAT_FILTER COLOR_ FATE_FILTER_VSYNTH-$(CONFIG_PHASE_FILTER) += fate-filter-phase fate-filter-phase: CMD = framecrc -c:v pgmyuv -i $(SRC) -vf phase -FATE_FILTER_VSYNTH-$(CONFIG_DNN_PROCESSING_FILTER) += fate-filter-dnn_processing-halve_first_channel_float fate-filter-dnn_processing-halve_gray_float -fate-filter-dnn_processing-halve_first_channel_float: CMD = framecrc -c:v pgmyuv -i $(SRC) -vf format=rgb24,dnn_processing=model=$(TARGET_SAMPLES)/dnn_processing/halve_first_channel_float.model:input=dnn_in:output=dnn_out:dnn_backend=native -fate-filter-dnn_processing-halve_gray_float: CMD = framecrc -c:v pgmyuv -i $(SRC) -vf format=grayf32,dnn_processing=model=$(TARGET_SAMPLES)/dnn_processing/halve_gray_float.model:input=dnn_in:output=dnn_out:dnn_backend=native - FATE_REMOVEGRAIN += fate-filter-removegrain-mode-00 fate-filter-removegrain-mode-00: CMD = framecrc -c:v pgmyuv -i $(SRC) -frames:v 1 -vf removegrain=0:0:0 |