[FFmpeg-cvslog] doc/developer: Require new modules to include tests

Michael Niedermayer git at videolan.org
Sat Jun 24 02:55:40 EEST 2023


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Sun Jun 18 23:44:09 2023 +0200| [3323b515abc1cda20510e5e5d7ae4f3d7419ec8e] | committer: Michael Niedermayer

doc/developer: Require new modules to include tests

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3323b515abc1cda20510e5e5d7ae4f3d7419ec8e
---

 doc/developer.texi | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/developer.texi b/doc/developer.texi
index a7da2ce2d5..0c2f2cd7d1 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -805,7 +805,10 @@ Lines with similar content should be aligned vertically when doing so
 improves readability.
 
 @item
-Consider adding a regression test for your code.
+Consider adding a regression test for your code. All new modules
+should 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.
 
 @item
 If you added YASM code please check that things still work with --disable-yasm.



More information about the ffmpeg-cvslog mailing list