summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Langdale <[email protected]>2020-04-10 09:30:53 -0700
committerPhilip Langdale <[email protected]>2020-04-10 09:32:13 -0700
commit7b0c22768e5b54b7932fcff0af4ccf59f0c235f2 (patch)
treec169c5419f76e68bd44dcfac9f72b4a98dc83c76
parentad3f6212ac88c710404dc9c176ff9af3ada9a1bd (diff)
Changelog: Add entry for expanded styling support in movtext
-rw-r--r--Changelog1
-rw-r--r--libavcodec/version.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index b0c016185e..6dfe750d81 100644
--- a/Changelog
+++ b/Changelog
@@ -57,6 +57,7 @@ version <next>:
- overlay_cuda filter
- switch from AvxSynth to AviSynth+ on Linux
- mv30 decoder
+- Expanded styling support for 3GPP Timed Text Subtitles (movtext)
version 4.2:
diff --git a/libavcodec/version.h b/libavcodec/version.h
index e62d1a7925..278f6be0cf 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#define LIBAVCODEC_VERSION_MAJOR 58
#define LIBAVCODEC_VERSION_MINOR 78
-#define LIBAVCODEC_VERSION_MICRO 100
+#define LIBAVCODEC_VERSION_MICRO 101
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \