[FFmpeg-cvslog] lavc: bump micro version

rcombs git at videolan.org
Sat Nov 12 21:41:12 EET 2022


ffmpeg | branch: master | rcombs <rcombs at rcombs.me> | Sat Nov 12 13:40:45 2022 -0600| [5d7de322d494f45cafbe6f3fc734d979023973d2] | committer: rcombs

lavc: bump micro version

Needed after adding an AVOption in 9a4b318286b548ddab42cd56d0f8ca658ddb5859

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

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

diff --git a/libavcodec/version.h b/libavcodec/version.h
index c3f344e46a..480dbd3b67 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -30,7 +30,7 @@
 #include "version_major.h"
 
 #define LIBAVCODEC_VERSION_MINOR  52
-#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