PR #22886 opened by Marvin Scholz (ePirat) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/22886 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/22886.patch
The username does not exist, instead replaced it with the user who authored the commit that added it. >From 61fa45c818ac8929139be0a94096f8b45d4dd5ba Mon Sep 17 00:00:00 2001 From: Marvin Scholz <[email protected]> Date: Wed, 22 Apr 2026 13:40:07 +0200 Subject: [PATCH] .forgejo/CODEOWNERS: fix incorrect username The username does not exist, instead replaced it with the user who authored the commit that added it. --- .forgejo/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/CODEOWNERS b/.forgejo/CODEOWNERS index 2e007364aa..b9b7b107a9 100644 --- a/.forgejo/CODEOWNERS +++ b/.forgejo/CODEOWNERS @@ -110,7 +110,7 @@ libavfilter/vf_find_rect.* @michaelni libavfilter/vf_icc.* @haasn libavfilter/vf_libplacebo.* @haasn libavfilter/vf_libvmaf.* @kylophone -libavfilter/vf_mpdecimate.* @danaf +libavfilter/vf_mpdecimate.* @dana-feng libavfilter/vf_premultiply.* @haasn libavfilter/vf_scale.* @haasn libavfilter/vf_scale_vt.* @quink -- 2.52.0 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
