diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2024-08-15 00:37:02 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2024-08-28 16:27:56 +0200 |
commit | 337e7949dad91cfa7f2d6799626b4ba15941de4d (patch) | |
tree | da367a26e32b0331838a9b84467059d3b893c002 | |
parent | 815d00868101956e2f1f9f8dd509c11af5a63684 (diff) | |
download | ffmpeg-337e7949dad91cfa7f2d6799626b4ba15941de4d.tar.gz |
MAINTAINERS: Add a maintaince level field
Text was stolen from the linux kernel
This is thus identical to the kernel just a different more compact format.
I am very happy also to switch the file entirely to the format of the linux kernel maintainer list
if people prefer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1f758f401c..38b8e1aae7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6,7 +6,12 @@ FFmpeg code. Please try to keep entries where you are the maintainer up to date! -Names in () mean that the maintainer currently has no time to maintain the code. +*Status*, one of the following: +[X] Old code. Something tagged obsolete generally means it has been replaced by a better system and you should be using that. +[0] No current maintainer [but maybe you could take the role as you write your new code]. +[1] It has a maintainer but they don't have time to do much other than throw the odd patch in. +[2] Someone actually looks after it. + A (CC <address>) after the name means that the maintainer prefers to be CC-ed on patches and related discussions. |