summaryrefslogtreecommitdiff
path: root/libavutil
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-08-06 12:44:18 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2016-08-29 22:27:52 +0200
commitadbf1c905447ca95a5cb7578ec3cf87da97f5025 (patch)
tree926eb780a02706fdb9f9d6ac897a60fd013770ab /libavutil
parent11a631d4a76859e09cd413856e32df6363d25eea (diff)
downloadffmpeg-adbf1c905447ca95a5cb7578ec3cf87da97f5025.tar.gz
avutil/version: Mention similarities and differences to semver
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/version.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libavutil/version.h b/libavutil/version.h
index 3e94a23ca3..dec1b1b01c 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -35,6 +35,12 @@
* Useful to check and match library version in order to maintain
* backward compatibility.
*
+ * The FFmpeg libraries follow a versioning sheme very similar to
+ * Semantic Versioning (http://semver.org/)
+ * The difference is that the component called PATCH is called MICRO in FFmpeg
+ * and its value is reset to 100 instead of 0 to keep it above or equal to 100.
+ * Also we do not increase MICRO for every bugfix or change in git master.
+ *
* @{
*/