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:
authorPaul B Mahol <onemda@gmail.com>2019-01-20 13:18:38 +0300
committerPaul B Mahol <onemda@gmail.com>2019-01-27 15:53:29 +0300
commit795af110f70bbd12b45ae2d3b08e7f45db5224a0 (patch)
tree708e289c4e0354632068113b214d81280d452de5 /libavcodec/version.h
parentd8ebfd1bdf7e2c47af3eb057b97de5b7fe854e35 (diff)
avcodec: add ARBC decoder
Thanks Kostya for great help in reversing binary.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 4356bb5eb5..5c9b688524 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -28,7 +28,7 @@
#include "libavutil/version.h"
#define LIBAVCODEC_VERSION_MAJOR 58
-#define LIBAVCODEC_VERSION_MINOR 44
+#define LIBAVCODEC_VERSION_MINOR 45
#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \