[Ffmpeg-cvslog] r6127 - trunk/doc/ffmpeg-doc.texi
michael
subversion
Wed Aug 30 13:01:13 CEST 2006
Author: michael
Date: Wed Aug 30 13:01:12 2006
New Revision: 6127
Modified:
trunk/doc/ffmpeg-doc.texi
Log:
clarify
please reply to ffmpeg-dev if you disagree so it can be disscussed but i think this is completely uncontroversical
Modified: trunk/doc/ffmpeg-doc.texi
==============================================================================
--- trunk/doc/ffmpeg-doc.texi (original)
+++ trunk/doc/ffmpeg-doc.texi Wed Aug 30 13:01:12 2006
@@ -1357,9 +1357,9 @@
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 versions (e.g. removal of a function).
+ previous versions (e.g. removal of a function from the public API).
Incrementing the second component means backward compatible change
- (e.g. addition of a function).
+ (e.g. addition of a function to the public API).
Incrementing the third component means a noteworthy binary compatible
change (e.g. encoder bug fix that matters for the decoder).
@item
More information about the ffmpeg-cvslog
mailing list