[FFmpeg-cvslog] tests/fate/filter-video: fix framerate filter tests

Marton Balint git at videolan.org
Wed Apr 12 22:24:36 EEST 2017


ffmpeg | branch: release/3.3 | Marton Balint <cus at passwd.hu> | Sat Apr  8 14:55:51 2017 +0200| [af43c7092cf2da189c912220f19b132d62a9699f] | committer: Marton Balint

tests/fate/filter-video: fix framerate filter tests

Signed-off-by: Marton Balint <cus at passwd.hu>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=af43c7092cf2da189c912220f19b132d62a9699f
---

 tests/fate/filter-video.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak
index b067cc146f..9186593c10 100644
--- a/tests/fate/filter-video.mak
+++ b/tests/fate/filter-video.mak
@@ -78,7 +78,7 @@ fate-filter-lavd-scalenorm: tests/data/filtergraphs/scalenorm
 fate-filter-lavd-scalenorm: CMD = framecrc -f lavfi -graph_file $(TARGET_PATH)/tests/data/filtergraphs/scalenorm -i dummy
 
 
-FATE_FILTER-$(call ALLYES FRAMERATE_FILTER TESTSRC2_FILTER) += fate-filter-framerate-up fate-filter-framerate-down
+FATE_FILTER-$(call ALLYES, FRAMERATE_FILTER TESTSRC2_FILTER) += fate-filter-framerate-up fate-filter-framerate-down
 fate-filter-framerate-up: CMD = framecrc -lavfi testsrc2=r=2:d=10,framerate=fps=10 -t 1
 fate-filter-framerate-down: CMD = framecrc -lavfi testsrc2=r=2:d=10,framerate=fps=1 -t 1
 



More information about the ffmpeg-cvslog mailing list