From 24b403f3b753ff2c2dadffabffaafc06dff96760 Mon Sep 17 00:00:00 2001 From: Zhihang Wang Date: Tue, 8 Dec 2009 23:23:44 +0000 Subject: [PATCH] Mention patcheck. Patch by Zhihang Wang, zhihang D wang A gmail Originally committed as revision 20780 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/developer.texi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/developer.texi b/doc/developer.texi index f84885d3af..013650ba14 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -252,6 +252,9 @@ keeping it as a logical unit that contains an individual change, even if it spans multiple files. This makes reviewing your patches much easier for us and greatly increases your chances of getting your patch applied. +Use the patcheck tool of ffmpeg to check your patch. +The tool is located in the tool directory. + Run the regression tests before submitting a patch so that you can verify that there are no big problems.