Commit 0b782990 authored by Michael Niedermayer's avatar Michael Niedermayer

*/version.h: Add note/recommandition about bumping major

Reviewed-by: 's avatarAndreas Cadhalpun <andreas.cadhalpun@googlemail.com>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 2edb7ab1
...@@ -46,6 +46,10 @@ ...@@ -46,6 +46,10 @@
* FF_API_* defines may be placed below to indicate public API that will be * 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 * 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. * 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 #ifndef FF_API_VIMA_DECODER
......
...@@ -47,6 +47,11 @@ ...@@ -47,6 +47,11 @@
* FF_API_* defines may be placed below to indicate public API that will be * 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 * 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. * 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_LAVF_BITEXACT #ifndef FF_API_LAVF_BITEXACT
#define FF_API_LAVF_BITEXACT (LIBAVFORMAT_VERSION_MAJOR < 57) #define FF_API_LAVF_BITEXACT (LIBAVFORMAT_VERSION_MAJOR < 57)
......
...@@ -77,6 +77,10 @@ ...@@ -77,6 +77,10 @@
* dropped at a future version bump. The defines themselves are not part of * 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. * 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.
*
* @{ * @{
*/ */
......
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