[FFmpeg-devel] [PATCH] doc/developer: Make tests a requirement
Michael Niedermayer
michael at niedermayer.cc
Tue Jul 4 02:00:04 EEST 2023
Suggested-by: Anton
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
---
doc/developer.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/developer.texi b/doc/developer.texi
index 0c2f2cd7d1..67f7f78e86 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -806,7 +806,7 @@ improves readability.
@item
Consider adding a regression test for your code. All new modules
-should be covered by tests. That includes demuxers, muxers, decoders, encoders
+must be covered by tests. That includes demuxers, muxers, decoders, encoders
filters, bitstream filters, parsers. If its not possible to do that, add
an explanation why to your patchset, its ok to not test if theres a reason.
--
2.17.1
More information about the ffmpeg-devel
mailing list