[FFmpeg-cvslog] avcodec/version: bump micro after the previous change

James Almer git at videolan.org
Thu Feb 13 02:10:43 EET 2025


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Feb 12 21:09:47 2025 -0300| [dc7964a862890d58072ee9ca711b4b38eda5a209] | committer: James Almer

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 at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dc7964a862890d58072ee9ca711b4b38eda5a209
---

 libavcodec/version.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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, \



More information about the ffmpeg-cvslog mailing list