summaryrefslogtreecommitdiff
path: root/doc/ffmpeg-doc.texi
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2005-12-29 18:13:58 +0000
committerDiego Biurrun <diego@biurrun.de>2005-12-29 18:13:58 +0000
commitf0efbde76b3084e5f9d17a2109d0ec430c936ff5 (patch)
treec08cac709576640923ef72c2266adbb7fa42805e /doc/ffmpeg-doc.texi
parente0db8cfb33d51024346364ca727d773e60e5207f (diff)
spelling/grammar
Originally committed as revision 4788 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r--doc/ffmpeg-doc.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index 3b032987da..aa0ceceaf3 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -1265,10 +1265,10 @@ please use av_log() instead.
as array index or other risky things.
@item
Remember to check if you need to bump versions for the specific libav
- parts (libavutil,libavcodec,libavformat) you are changing. You need
+ parts (libavutil, libavcodec, libavformat) you are changing. You need
to change the version integer and the version string.
Incrementing the first component means no backward compatibility to
- previous version (e.g. removal of a function).
+ previous versions (e.g. removal of a function).
Incrementing the second component means backward compatible change
(e.g. addition of a function).
Incrementing the third component means a noteworthy binary compatible