Group benchmark items in the patch submission checklist together.
authorDiego Biurrun <diego@biurrun.de>
Fri, 4 May 2007 19:37:01 +0000 (19:37 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 4 May 2007 19:37:01 +0000 (19:37 +0000)
Originally committed as revision 8887 to svn://svn.ffmpeg.org/ffmpeg/trunk

doc/ffmpeg-doc.texi

index 30bc235..22558e9 100644 (file)
@@ -1682,6 +1682,8 @@ do not attach several unrelated patches to the same mail.
 @item
     If the change is to speed critical code, did you benchmark it?
 @item
+    If you did any benchmarks, did you provide them in the mail?
+@item
     Have you checked that the patch does not introduce buffer overflows or
     other security issues?
 @item
@@ -1710,8 +1712,6 @@ do not attach several unrelated patches to the same mail.
     Did you provide an example so we can verify the new feature added by the
     patch easily?
 @item
-    If you did any benchmarks, did you provide them in the mail?
-@item
     If you added a new file, did you insert a license header? It should be
     taken from FFmpeg, not randomly copied and pasted from somewhere else.
 @item