diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-08-29 13:29:01 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-08-29 13:29:01 +0000 |
commit | e647c59840f37b6918f5315cf1f8e5c2ea03ba95 (patch) | |
tree | b556bd516d3dc27970e52b08f53f07cd8b42fbce | |
parent | 255b3ac27d78be9c8ed57f1c3ba90d28e0ffb63d (diff) | |
download | ffmpeg-e647c59840f37b6918f5315cf1f8e5c2ea03ba95.tar.gz |
base64 encoded patches posted to the devel list are prefered
Originally committed as revision 877 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/README.dev | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/README.dev b/doc/README.dev index 5240f0cf11..f48dd7923f 100644 --- a/doc/README.dev +++ b/doc/README.dev @@ -45,6 +45,11 @@ 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. +Patches should be posted as base64 encoded attachments (or any other +encoding which ensures that the patch wont be trashed during +transmission) to the ffmpeg-devel mailinglist, see +http://lists.sourceforge.net/lists/listinfo/ffmpeg-devel + 5) Regression tests ------------------- |