summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-03-15 12:52:33 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-03-15 12:52:33 +0000
commit0541f2c4d5bc48b3939d32bed334228018d0bbf7 (patch)
tree4efaf0948adb3bc3929f553505f2f32d77556599 /doc
parent981990db4e05494a6a4f930e42078082ac527dfc (diff)
add rule to keep disscussion on the public mailinglist (stolen from mplayers policy)
(like always 1 complain from a ffmpeg-developer and ill reverse and we can disscuss it) Originally committed as revision 8413 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/ffmpeg-doc.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index 71b94b83bb..f43692e448 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -1552,6 +1552,9 @@ please use av_log() instead.
unsure how best to do this, send a patch to ffmpeg-devel, the documentation
maintainer(s) will review and commit your stuff.
@item
+ Try to keep important discussions and requests (also) on the public
+ developer mailing list, so that all developers can benefit from them.
+@item
Never write to unallocated memory, never write over the end of arrays,
always check values read from some untrusted source before using them
as array index or other risky things.