[FFmpeg-cvslog] fate/cdxl: Fix test requirements

Andreas Rheinhardt git at videolan.org
Thu Apr 28 04:24:16 EEST 2022


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Fri Apr 22 18:39:45 2022 +0200| [da564afcec938c86b3d27cd1cfc368e0542c9e8d] | committer: Andreas Rheinhardt

fate/cdxl: Fix test requirements

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

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

 tests/fate/cdxl.mak | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/fate/cdxl.mak b/tests/fate/cdxl.mak
index 2a4e2dd510..db3045c27c 100644
--- a/tests/fate/cdxl.mak
+++ b/tests/fate/cdxl.mak
@@ -7,13 +7,13 @@ fate-cdxl-ham6: CMD = framecrc -i $(TARGET_SAMPLES)/cdxl/cat.cdxl -an -frames:v
 FATE_CDXL += fate-cdxl-ham8
 fate-cdxl-ham8: CMD = framecrc -i $(TARGET_SAMPLES)/cdxl/mirage.cdxl -an -frames:v 1
 
-FATE_CDXL += fate-cdxl-pal8
+FATE_CDXL-$(call FRAMECRC, CDXL, CDXL, SCALE_FILTER) += fate-cdxl-pal8
 fate-cdxl-pal8: CMD = framecrc -i $(TARGET_SAMPLES)/cdxl/maku.cdxl -pix_fmt rgb24 -frames:v 11 -vf scale
 
-FATE_CDXL += fate-cdxl-pal8-small
+FATE_CDXL-$(call FRAMECRC, CDXL, CDXL, SCALE_FILTER) += fate-cdxl-pal8-small
 fate-cdxl-pal8-small: CMD = framecrc -i $(TARGET_SAMPLES)/cdxl/fruit.cdxl -an -pix_fmt rgb24 -frames:v 46 -vf scale
 
-FATE_CDXL-$(call DEMDEC, CDXL, CDXL) += $(FATE_CDXL)
+FATE_CDXL-$(call FRAMECRC, CDXL, CDXL) += $(FATE_CDXL)
 
 FATE_SAMPLES_AVCONV += $(FATE_CDXL-yes)
 fate-cdxl: $(FATE_CDXL-yes)



More information about the ffmpeg-cvslog mailing list