diff options
author | Philip Langdale <[email protected]> | 2020-04-10 09:30:53 -0700 |
---|---|---|
committer | Philip Langdale <[email protected]> | 2020-04-10 09:32:13 -0700 |
commit | 7b0c22768e5b54b7932fcff0af4ccf59f0c235f2 (patch) | |
tree | c169c5419f76e68bd44dcfac9f72b4a98dc83c76 | |
parent | ad3f6212ac88c710404dc9c176ff9af3ada9a1bd (diff) |
Changelog: Add entry for expanded styling support in movtext
-rw-r--r-- | Changelog | 1 | ||||
-rw-r--r-- | libavcodec/version.h | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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, \ |