Suggested-by: Anton Signed-off-by: Michael Niedermayer <[email protected]> --- 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 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
