summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-08-18 12:28:17 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-08-19 21:37:32 +0200
commit0b7829901bc93af8407bfb832049d3d97c881c62 (patch)
tree9a9c990a6674ca0361ec4ed5e1c7e57ff848b406 /libavcodec
parent2edb7ab1cba6eefe6c838fa90363cf3fb2369728 (diff)
*/version.h: Add note/recommandition about bumping major
Reviewed-by: Andreas Cadhalpun <andreas.cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/version.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index a118d5b223..c38918eb3e 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -46,6 +46,10 @@
* FF_API_* defines may be placed below to indicate public API that will be
* dropped at a future version bump. The defines themselves are not part of
* the public API and may change, break or disappear at any time.
+ *
+ * @note, when bumping the major version it is recommandeded to manually
+ * disable each FF_API_* in its own commit instead of disabling them all
+ * at once through the bump. This improves the git bissect-ability of the change.
*/
#ifndef FF_API_VIMA_DECODER