diff options
author | Ting Fu <ting.fu@intel.com> | 2019-09-18 15:05:33 +0800 |
---|---|---|
committer | Ruiling Song <ruiling.song@intel.com> | 2019-09-26 08:10:31 +0800 |
commit | 9691e2a4264b9859061efaaf818b528add45656f (patch) | |
tree | 08c67cd833743a851f92492bd1248e03f4b775b0 /tests/fate | |
parent | fc20ba9e049e5dde25643bffb2565a5477e6e5f6 (diff) | |
download | ffmpeg-streaming-9691e2a4264b9859061efaaf818b528add45656f.zip ffmpeg-streaming-9691e2a4264b9859061efaaf818b528add45656f.tar.gz |
checkasm/vf_eq: add test for vf_eq
Signed-off-by: Ting Fu <ting.fu@intel.com>
Signed-off-by: Ruiling Song <ruiling.song@intel.com>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/checkasm.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fate/checkasm.mak b/tests/fate/checkasm.mak index 3893245..b391717 100644 --- a/tests/fate/checkasm.mak +++ b/tests/fate/checkasm.mak @@ -28,6 +28,7 @@ FATE_CHECKASM = fate-checkasm-aacpsdsp \ fate-checkasm-v210enc \ fate-checkasm-vf_blend \ fate-checkasm-vf_colorspace \ + fate-checkasm-vf_eq \ fate-checkasm-vf_gblur \ fate-checkasm-vf_hflip \ fate-checkasm-vf_threshold \ |