summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhihang Wang <zhihang.wang@gmail.com>2009-12-08 23:23:44 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2009-12-08 23:23:44 +0000
commit24b403f3b753ff2c2dadffabffaafc06dff96760 (patch)
treec7ce5354f841dc9e1de57e529267c92c31312d4d
parent62096b99b13744a43ac54453f077997ac1265203 (diff)
Mention patcheck.
Patch by Zhihang Wang, zhihang D wang A gmail Originally committed as revision 20780 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--doc/developer.texi3
1 files changed, 3 insertions, 0 deletions
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.