Commit 8d38f409 authored by michael's avatar michael

clarify

please reply to ffmpeg-dev if you disagree so it can be disscussed but i think this is completely uncontroversical


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6127 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c6a5e2ff
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment