diff options
author | Martin Storsjö <martin@martin.st> | 2022-02-23 14:36:10 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2022-03-16 14:05:26 +0200 |
commit | 288313a8b2c04ea457822c5fdd9df0bb4a06500b (patch) | |
tree | 3b9a0a2e7ab67756710ae239eabf58238ad29c0f /libavfilter/version.h | |
parent | 6cd2ac388d391dd36380b89a6544e6d85d85ff84 (diff) | |
download | ffmpeg-288313a8b2c04ea457822c5fdd9df0bb4a06500b.tar.gz |
libavfilter: Split version.h
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index 95dd64d5b5..b40860bdef 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -29,7 +29,8 @@ #include "libavutil/version.h" -#define LIBAVFILTER_VERSION_MAJOR 8 +#include "version_major.h" + #define LIBAVFILTER_VERSION_MINOR 28 #define LIBAVFILTER_VERSION_MICRO 100 @@ -44,14 +45,4 @@ #define LIBAVFILTER_IDENT "Lavfi" AV_STRINGIFY(LIBAVFILTER_VERSION) -/** - * 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. - */ - -#define FF_API_SWS_PARAM_OPTION (LIBAVFILTER_VERSION_MAJOR < 9) -#define FF_API_BUFFERSINK_ALLOC (LIBAVFILTER_VERSION_MAJOR < 9) -#define FF_API_PAD_COUNT (LIBAVFILTER_VERSION_MAJOR < 9) - #endif /* AVFILTER_VERSION_H */ |