PR #22950 opened by mkver URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/22950 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/22950.patch
>From 5a0f5911560853c727cd5c23f589630f23660820 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt <[email protected]> Date: Tue, 28 Apr 2026 18:42:31 +0200 Subject: [PATCH] avutil/tests/.gitignore: Add recently added test tools Signed-off-by: Andreas Rheinhardt <[email protected]> --- libavutil/tests/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libavutil/tests/.gitignore b/libavutil/tests/.gitignore index 1307af18f6..b43c1e395b 100644 --- a/libavutil/tests/.gitignore +++ b/libavutil/tests/.gitignore @@ -7,6 +7,7 @@ /base64 /blowfish /bprint +/buffer /camellia /cast5 /channel_layout @@ -25,6 +26,7 @@ /file /film_grain_params /hash +/hdr_dynamic_vivid_metadata /hmac /hwdevice /imgutils @@ -53,8 +55,10 @@ /softfloat /spherical /stereo3d +/tdrdi /tea /timecode +/timestamp /tree /twofish /utf8 -- 2.52.0 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
