Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2001-09-17 01:48:33 +0400
committerFabrice Bellard <fabrice@bellard.org>2001-09-17 01:48:33 +0400
commit84a02cdd684f7d2d7f0c9b3493b9e50e40ab76a9 (patch)
treefcd4d5534059d35de654fdf9822dc7ed41022cda /doc
parent61a663b268d298b8b15279719c716feb8b85d481 (diff)
added patch info (I prefer only diff -u) and clear info about my patch copyright policy
Originally committed as revision 125 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/README.dev10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/README.dev b/doc/README.dev
index 39cd70207f..e1d07d08c7 100644
--- a/doc/README.dev
+++ b/doc/README.dev
@@ -26,3 +26,13 @@ tolerated. TAB size is 4. The identation is the one specified by
Main priority in ffmpeg is simplicity and small code size (=less
bugs).
+4) Submitting patches
+---------------------
+
+When you submit your patch, try to send a unified diff (diff '-u'
+option). I cannot read other diffs :-)
+
+Except if your patch is really big and adds an important feature, by
+submitting it to me, you accept implicitely to put it under my
+copyright. I prefer to do this to avoid potential problems if
+licensing of ffmpeg changes.