[FFmpeg-cvslog] r15749 - trunk/doc/general.texi

diego subversion
Thu Oct 30 11:05:57 CET 2008


Author: diego
Date: Thu Oct 30 11:05:57 2008
New Revision: 15749

Log:
Remove duplicated patch submission checklist entry by putting the more
detailed second entry in place of the first.


Modified:
   trunk/doc/general.texi

Modified: trunk/doc/general.texi
==============================================================================
--- trunk/doc/general.texi	(original)
+++ trunk/doc/general.texi	Thu Oct 30 11:05:57 2008
@@ -1045,8 +1045,9 @@ do not attach several unrelated patches 
     Have you checked that the patch does not introduce buffer overflows or
     other security issues?
 @item
-    If you add a new demuxer or decoder, have you checked that it does not
-    crash with damaged input (see tools/trasher)?
+    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 fed damaged data.
 @item
     Is the patch created from the root of the source tree, so it can be
     applied with @code{patch -p0}?
@@ -1087,10 +1088,6 @@ do not attach several unrelated patches 
     improves readability.
 @item
     Did you provide a suggestion for a clear commit log message?
- at 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 fed damaged data.
 @end enumerate
 
 @section Patch review process




More information about the ffmpeg-cvslog mailing list