From 235d5fd30a251a05f438be2f372d2549e56af84c Mon Sep 17 00:00:00 2001 From: Dana Feng Date: Sat, 4 Apr 2026 11:44:05 -0400 Subject: [PATCH] .forgejo/codeowners: Add @danaf as reviewer for mpdecimate filter This will provide notifications when there are pull requests that touch the mpdecimate filter code. Signed-off-by: Dana Feng --- .forgejo/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/CODEOWNERS b/.forgejo/CODEOWNERS index b898596ccd..02ca5b331a 100644 --- a/.forgejo/CODEOWNERS +++ b/.forgejo/CODEOWNERS @@ -110,6 +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_premultiply.* @haasn libavfilter/vf_scale.* @haasn libavfilter/vf_scale_vt.* @quink