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-04-12 18:25:26 +0300
committerPaul B Mahol <onemda@gmail.com>2019-04-13 19:10:11 +0300
commit16f7c1f2911c5cd01ed0e38d4d34ba519950e893 (patch)
treee56c2354f70a052b19cc419907caccc0b2bbd3f1 /libavcodec/version.h
parent3e10223385b83358f013cbf6ba069f15fedc731a (diff)
avcodec: add LSCR decoder
Fixes #4711.
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 eb5b471275..1b60202dee 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 50
+#define LIBAVCODEC_VERSION_MINOR 51
#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \