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:
authorMark Thompson <sw@jkqxz.net>2018-09-10 01:08:12 +0300
committerMark Thompson <sw@jkqxz.net>2018-09-27 01:41:34 +0300
commit476a77128a2557a619afeaf80a58c01eca1f9587 (patch)
tree64bf5a54e4e7937a7634c6556cd2726a219f6072 /libavcodec/version.h
parentc8c81ac5026c20ce60860dc9aa905e5e1634bed1 (diff)
lavc: Add AV1 metadata bitstream filter
Can adjust colour and timing information.
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 eddbfb9117..fa3fd01025 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#define LIBAVCODEC_VERSION_MAJOR 58
#define LIBAVCODEC_VERSION_MINOR 31
-#define LIBAVCODEC_VERSION_MICRO 100
+#define LIBAVCODEC_VERSION_MICRO 101
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \