Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrcombs <rcombs@rcombs.me>2022-11-12 22:40:45 +0300
committerrcombs <rcombs@rcombs.me>2022-11-12 22:40:45 +0300
commit5d7de322d494f45cafbe6f3fc734d979023973d2 (patch)
tree5c8afbfe1543f0e433c85a2125a048a6aa6aa22e
parent9a4b318286b548ddab42cd56d0f8ca658ddb5859 (diff)
lavc: bump micro version
Needed after adding an AVOption in 9a4b318286b548ddab42cd56d0f8ca658ddb5859
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
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, \