Patch attached. - Andreas
From abc080244caa6aa137e5bccd82aff5617c23d130 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt <[email protected]> Date: Sat, 17 May 2025 19:52:37 +0200 Subject: [PATCH] avcodec/tests/.gitignore: Add apv test tool
Signed-off-by: Andreas Rheinhardt <[email protected]> --- libavcodec/tests/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/tests/.gitignore b/libavcodec/tests/.gitignore index 0df4ae10a0..2c5bbec7f9 100644 --- a/libavcodec/tests/.gitignore +++ b/libavcodec/tests/.gitignore @@ -1,3 +1,4 @@ +/apv /av1_levels /avcodec /avpacket -- 2.45.2
_______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
