The branch, master has been updated
       via  c1b86a009e6724aa23eda26ac2b688a63226e42b (commit)
      from  3d96d83a0a009a3bf566b208b14a7d264f17263b (commit)


- Log -----------------------------------------------------------------
commit c1b86a009e6724aa23eda26ac2b688a63226e42b
Author:     Ayose <[email protected]>
AuthorDate: Wed Nov 26 22:00:39 2025 +0000
Commit:     Kacper Michajłow <[email protected]>
CommitDate: Fri Nov 28 02:38:09 2025 +0000

    tests/fate-filter-drawvg-video: copy drawvg.lines file to tests/data.
    
    If the SRC_PATH variable contains certain characters (like a `:`, which may
    happen when FATE is executed on Windows), the value for the `file` option is
    broken, so `make fate-filter-drawvg-video` always fails.
    
    The solution in this commit is to copy the `drawvg.lines` to the 
`tests/data`
    directory (which already has temp files), so the value for `file` is a fixed
    string with no problematic characters.
    
    Signed-off-by: Ayose <[email protected]>

diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak
index 3fe7f10476..087ba8d9cd 100644
--- a/tests/fate/filter-video.mak
+++ b/tests/fate/filter-video.mak
@@ -609,7 +609,10 @@ fate-filter-tiltandshift-410: CMD = framecrc -c:v pgmyuv 
-i $(SRC) -flags +bitex
 fate-filter-tiltandshift-422: CMD = framecrc -c:v pgmyuv -i $(SRC) -flags 
+bitexact -vf scale=sws_flags=+accurate_rnd+bitexact,format=yuv422p,tiltandshift
 fate-filter-tiltandshift-444: CMD = framecrc -c:v pgmyuv -i $(SRC) -flags 
+bitexact -vf scale=sws_flags=+accurate_rnd+bitexact,format=yuv444p,tiltandshift
 
-DRAWVG_SCRIPT_LINES = $(SRC_PATH)/tests/ref/lavf/drawvg.lines
+DRAWVG_SCRIPT_LINES = tests/data/fate/drawvg.lines
+$(DRAWVG_SCRIPT_LINES): $(SRC_PATH)/tests/ref/lavf/drawvg.lines
+       $(M)cp $< $@
+
 FATE_FILTER_VSYNTH_VIDEO_FILTER-$(CONFIG_DRAWVG_FILTER) += 
fate-filter-drawvg-video
 fate-filter-drawvg-video: $(DRAWVG_SCRIPT_LINES)
 fate-filter-drawvg-video: CMD = video_filter 
scale,format=bgr0,drawvg=file=$(DRAWVG_SCRIPT_LINES)

-----------------------------------------------------------------------

Summary of changes:
 tests/fate/filter-video.mak | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)


hooks/post-receive
-- 

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to