summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-01-08 00:58:17 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-01-08 00:58:17 +0000
commit27250d20ae72569b5b7e6434a3b07a5ccf6efb06 (patch)
treea2a059132ef183680f14729ae20a4005cac7a803 /doc
parent0f340f8fc54dfca02eecc3f9143fc21230938321 (diff)
Mention damaged input testing.
Originally committed as revision 11460 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/general.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi
index 72c6ac9035..e6c5a5d95e 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -926,6 +926,11 @@ do not attach several unrelated patches to the same mail.
improves readability.
@item
Did you provide a suggestion for a clear commit log message?
+@item
+ Did you test your decoder or demuxer against damaged data? If no, see
+ tools/trasher and the noise bitstream filter. Your decoder or demuxer
+ should not crash or end in a (near) infinite loop when feeded with
+ damaged data.
@end enumerate
@section Patch review process