]> git.sesse.net Git - ffmpeg/commitdiff
clarify
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 30 Aug 2006 11:01:12 +0000 (11:01 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 30 Aug 2006 11:01:12 +0000 (11:01 +0000)
please reply to ffmpeg-dev if you disagree so it can be disscussed but i think this is completely uncontroversical

Originally committed as revision 6127 to svn://svn.ffmpeg.org/ffmpeg/trunk

doc/ffmpeg-doc.texi

index 1b96a26675e8a2872b06ab18d93d2aacc0446730..15415bbace066fe93ac133a22d32084ad81d89f2 100644 (file)
@@ -1357,9 +1357,9 @@ please use av_log() instead.
     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
     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
     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
     Incrementing the third component means a noteworthy binary compatible
     change (e.g. encoder bug fix that matters for the decoder).
 @item