X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fversion.h;h=f231474801961b4a59d6100c4dcf24062506975d;hb=033764e015e33b9ce9583317092337367b3fea2b;hp=3ddba0c872345115ae74f1a5eaf8a7f5bd11302a;hpb=4ecc9a2f31bfafd5438558311f858ad4c7138214;p=ffmpeg diff --git a/libavformat/version.h b/libavformat/version.h index 3ddba0c8723..f2314748019 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -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 recommended to manually + * disable each FF_API_* in its own commit instead of disabling them all + * at once through the bump. This improves the git bisect-ability of the change. + * */ #ifndef FF_API_LAVF_BITEXACT #define FF_API_LAVF_BITEXACT (LIBAVFORMAT_VERSION_MAJOR < 57) @@ -60,6 +65,9 @@ #ifndef FF_API_URL_FEOF #define FF_API_URL_FEOF (LIBAVFORMAT_VERSION_MAJOR < 57) #endif +#ifndef FF_API_PROBESIZE_32 +#define FF_API_PROBESIZE_32 (LIBAVFORMAT_VERSION_MAJOR < 57) +#endif #ifndef FF_API_R_FRAME_RATE #define FF_API_R_FRAME_RATE 1