aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-08-12 15:36:04 +0200
committerPaul B Mahol <onemda@gmail.com>2021-08-18 08:55:56 +0200
commited47a4a842952055bb62f468a66a3714bc61972c (patch)
tree56be56327d6003b7c07df6629bd369dbb91b1f6a /libavcodec/version.h
parent515e7fbce1cc555d9eaadad798d3d968ff468987 (diff)
downloadffmpeg-ed47a4a842952055bb62f468a66a3714bc61972c.tar.gz
avcodec: add SMC encoder
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index c2482428ca..8cdbb4ecf3 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -28,8 +28,8 @@
#include "libavutil/version.h"
#define LIBAVCODEC_VERSION_MAJOR 59
-#define LIBAVCODEC_VERSION_MINOR 4
-#define LIBAVCODEC_VERSION_MICRO 101
+#define LIBAVCODEC_VERSION_MINOR 5
+#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \