summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2010-10-06 17:43:15 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2010-10-06 17:43:15 +0000
commit7c0460496b5eeb1713f00c00e2e61b420bb928e7 (patch)
treedec10dcc156e3f20f3236a829e082482e02a6ff2 /doc
parent9446b4bbbc60c2b1241911efb65401b3ab83810a (diff)
Mention to send a patch before changing API or ABI.
Originally committed as revision 25373 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/developer.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/developer.texi b/doc/developer.texi
index e362eecad5..6af9ca2d0a 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -149,9 +149,9 @@ should also be avoided if they don't make the code easier to understand.
Also if you have doubts about splitting or not splitting, do not hesitate to
ask/discuss it on the developer mailing list.
@item
- Do not change behavior of the program (renaming options etc) without
- first discussing it on the ffmpeg-devel mailing list. Do not remove
- functionality from the code. Just improve!
+ Do not change behavior of the program (renaming options etc) or public
+ API or ABI without first discussing it on the ffmpeg-devel mailing list.
+ Do not remove functionality from the code. Just improve!
Note: Redundant code can be removed.
@item