Mention to send a patch before changing API or ABI.

Originally committed as revision 25373 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Carl Eugen Hoyos 2010-10-06 17:43:15 +00:00
parent 9446b4bbbc
commit 7c0460496b

View File

@ -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 Also if you have doubts about splitting or not splitting, do not hesitate to
ask/discuss it on the developer mailing list. ask/discuss it on the developer mailing list.
@item @item
Do not change behavior of the program (renaming options etc) without Do not change behavior of the program (renaming options etc) or public
first discussing it on the ffmpeg-devel mailing list. Do not remove API or ABI without first discussing it on the ffmpeg-devel mailing list.
functionality from the code. Just improve! Do not remove functionality from the code. Just improve!
Note: Redundant code can be removed. Note: Redundant code can be removed.
@item @item