projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ddade6
)
s/program/programs, as FFmpeg consists of many programs.
author
Stefano Sabatini
<stefano.sabatini-lala@poste.it>
Fri, 8 Oct 2010 23:45:06 +0000
(23:45 +0000)
committer
Stefano Sabatini
<stefano.sabatini-lala@poste.it>
Fri, 8 Oct 2010 23:45:06 +0000
(23:45 +0000)
Originally committed as revision 25421 to svn://svn.ffmpeg.org/ffmpeg/trunk
doc/developer.texi
patch
|
blob
|
history
diff --git
a/doc/developer.texi
b/doc/developer.texi
index 6af9ca2d0a0aae2b90e3e51cf8a4374755f4f7bd..89bc3392e4cfd2965bb3663d39b7aacbe6f8075d 100644
(file)
--- a/
doc/developer.texi
+++ b/
doc/developer.texi
@@
-149,7
+149,7
@@
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) or public
+ Do not change behavior of the program
s
(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!