diff options
author | Lou Logan <lou@lrcd.com> | 2015-09-14 13:24:22 -0800 |
---|---|---|
committer | Lou Logan <lou@lrcd.com> | 2015-09-15 10:13:46 -0800 |
commit | a62d4a01e87ec9dba312b1e96dda4a0a1d9a370c (patch) | |
tree | be9aec51ab19c3f169be9ed2d07a1c8e22f51031 | |
parent | f7b53c95277826dd36533474f5193e47c64b457b (diff) | |
download | ffmpeg-a62d4a01e87ec9dba312b1e96dda4a0a1d9a370c.tar.gz |
README.md: avoid Github pull requests
Signed-off-by: Lou Logan <lou@lrcd.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Reviewed-by: Ganesh Ajjanagadde <gajjanag@mit.edu>
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -40,3 +40,10 @@ Coding examples are available in the **doc/examples** directory. FFmpeg codebase is mainly LGPL-licensed with optional components licensed under GPL. Please refer to the LICENSE file for detailed information. + +## Contributing + +Patches should be submitted to the ffmpeg-devel mailing list using +`git format-patch` or `git send-email`. Github pull requests should be +avoided because they are not part of our review process. Few developers +follow pull requests so they will likely be ignored. |