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

Reviewed-by: Andreas Cadhalpun <andreas.cadhalpun@googlemail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer 2015-08-18 12:28:17 +02:00
parent 2edb7ab1cb
commit 0b7829901b
3 changed files with 13 additions and 0 deletions

View File

@ -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

View File

@ -47,6 +47,11 @@
* 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_LAVF_BITEXACT
#define FF_API_LAVF_BITEXACT (LIBAVFORMAT_VERSION_MAJOR < 57)

View File

@ -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.
*
* @{
*/