]> git.sesse.net Git - ffmpeg/commitdiff
Changelog: Add entry for expanded styling support in movtext
authorPhilip Langdale <philipl@overt.org>
Fri, 10 Apr 2020 16:30:53 +0000 (09:30 -0700)
committerPhilip Langdale <philipl@overt.org>
Fri, 10 Apr 2020 16:32:13 +0000 (09:32 -0700)
Changelog
libavcodec/version.h

index b0c016185e69793126ca9ab7932a2b1f2a530345..6dfe750d81510ec0540af711baa65fe6a7975a71 100644 (file)
--- 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:
index e62d1a7925f08252733560f446a0e1a2564524bd..278f6be0cfe8e2b1ee436319ead44b5a24719b50 100644 (file)
@@ -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, \