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>2020-02-14 22:37:42 +0300
committerPaul B Mahol <onemda@gmail.com>2020-02-16 14:54:57 +0300
commitdfb0b9370d3621ab1f603e7bb8e142b1f6996562 (patch)
treec67df7eb8327419f95d485647b353318b666f4f3 /libavcodec/version.h
parent7b7b418277fc36a864f7b8b449feacb39f2dbced (diff)
avcodec: fix pcm zork decoder
Fixes #1939
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 692c4a0e49..5c8147f681 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 69
+#define LIBAVCODEC_VERSION_MINOR 70
#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \