diff options
author | James Almer <jamrial@gmail.com> | 2025-02-12 21:09:47 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2025-02-12 21:09:52 -0300 |
commit | dc7964a862890d58072ee9ca711b4b38eda5a209 (patch) | |
tree | 7d20d330dd7ac870aeba83129bbbbc251043703a | |
parent | 045a8b15b19ec7f872fb01cfb986faeaa26cb8bb (diff) | |
download | ffmpeg-dc7964a862890d58072ee9ca711b4b38eda5a209.tar.gz |
avcodec/version: bump micro after the previous change
Useful to know if a given library build has the flush() callback or not.
Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index e6f3c4aa5b..62e7eba3db 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -30,7 +30,7 @@ #include "version_major.h" #define LIBAVCODEC_VERSION_MINOR 33 -#define LIBAVCODEC_VERSION_MICRO 101 +#define LIBAVCODEC_VERSION_MICRO 102 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |