aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-08-22 22:11:42 +0200
committerPaul B Mahol <onemda@gmail.com>2018-12-31 15:41:23 +0100
commit41c1643d75860208d6debb8cb85d3edbd9457bd3 (patch)
treefc759687c5020142afa6d8907958ecedd8fa0b99 /libavcodec/version.h
parent8a8cce078c18050f0905a85997d80bb5c929fa00 (diff)
downloadffmpeg-41c1643d75860208d6debb8cb85d3edbd9457bd3.tar.gz
avcodec: add HYMT decoder
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 3c61e0c4ca..ed56a1ece5 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -28,8 +28,8 @@
#include "libavutil/version.h"
#define LIBAVCODEC_VERSION_MAJOR 58
-#define LIBAVCODEC_VERSION_MINOR 42
-#define LIBAVCODEC_VERSION_MICRO 104
+#define LIBAVCODEC_VERSION_MINOR 43
+#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \