[SCM] libav/experimental: clarify please reply to ffmpeg-dev if you disagree so it can be disscussed but i think this is completely uncontroversical

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:50:23 UTC 2013


The following commit has been merged in the experimental branch:
commit a940b428b628e9addbeb328153a23034eca68d81
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Aug 30 11:01:12 2006 +0000

    clarify
    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

diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index 1b96a26..15415bb 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -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
-    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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list