[FFmpeg-cvslog] tests/fate/filter-video: Fix dependancy for codecview

Michael Niedermayer git at videolan.org
Wed May 7 16:37:49 EEST 2025


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Mon May  5 19:53:57 2025 +0200| [1b643e3f65d75a4e6a25986466254bdd4fc1a01a] | committer: Michael Niedermayer

tests/fate/filter-video: Fix dependancy for codecview

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

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

 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 542b7e6c87..df8a932750 100644
--- a/tests/fate/filter-video.mak
+++ b/tests/fate/filter-video.mak
@@ -539,7 +539,7 @@ fate-filter-pp7: CMD = framecrc -flags bitexact -export_side_data venc_params -i
 FATE_FILTER_VSYNTH1_MPEG4_QPRD-$(call FILTERDEMDEC, SPP, AVI, MPEG4) += spp
 fate-filter-spp: CMD = framecrc -flags bitexact -export_side_data venc_params -idct simple -i $(TARGET_PATH)/tests/data/fate/vsynth1-mpeg4-qprd.avi -frames:v 5 -flags +bitexact -vf "spp=idct=simple:dct=int"
 
-FATE_FILTER_VSYNTH1_MPEG4_QPRD-$(call FILTERDEMDEC, PP, AVI, MPEG4) += codecview
+FATE_FILTER_VSYNTH1_MPEG4_QPRD-$(call FILTERDEMDEC, CODECVIEW, AVI, MPEG4) += codecview
 fate-filter-codecview: CMD = framecrc -flags bitexact -idct simple -flags2 +export_mvs -i $(TARGET_PATH)/tests/data/fate/vsynth1-mpeg4-qprd.avi -frames:v 5 -flags +bitexact -vf codecview=mv=pf+bf+bb
 
 # The above tests use vsynth1-mpeg4-qprd.avi created by fate-vsynth1-mpeg4-qprd



More information about the ffmpeg-cvslog mailing list