ffmpeg | branch: master | Philip Langdale <phil...@overt.org> | Fri Apr 10 09:30:53 2020 -0700| [7b0c22768e5b54b7932fcff0af4ccf59f0c235f2] | committer: Philip Langdale
Changelog: Add entry for expanded styling support in movtext > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7b0c22768e5b54b7932fcff0af4ccf59f0c235f2 --- Changelog | 1 + libavcodec/version.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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, \ _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".