diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-18 12:28:17 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-19 21:37:32 +0200 |
commit | 0b7829901bc93af8407bfb832049d3d97c881c62 (patch) | |
tree | 9a9c990a6674ca0361ec4ed5e1c7e57ff848b406 /libavutil | |
parent | 2edb7ab1cba6eefe6c838fa90363cf3fb2369728 (diff) | |
download | ffmpeg-0b7829901bc93af8407bfb832049d3d97c881c62.tar.gz |
*/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 'libavutil')
-rw-r--r-- | libavutil/version.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavutil/version.h b/libavutil/version.h index 5dc3181ebe..ccc85be3f5 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -77,6 +77,10 @@ * 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. + * * @{ */ |