[FFmpeg-cvslog] lavu: bump version, add Changelog entry
Josh de Kock
git at videolan.org
Wed Oct 24 13:27:57 EEST 2018
ffmpeg | branch: master | Josh de Kock <josh at itanimul.li> | Wed Oct 24 11:25:19 2018 +0100| [f9d4126f28822f1a33c917030db4115b1364807b] | committer: Josh de Kock
lavu: bump version, add Changelog entry
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f9d4126f28822f1a33c917030db4115b1364807b
---
Changelog | 1 +
libavutil/version.h | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Changelog b/Changelog
index 0343ce9cd1..59c1b50aca 100644
--- a/Changelog
+++ b/Changelog
@@ -38,6 +38,7 @@ version <next>:
- chromahold filter
- setparams filter
- vibrance filter
+- decoding S12M timecode in h264
version 4.0:
diff --git a/libavutil/version.h b/libavutil/version.h
index f84ec89154..377714a91e 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -79,8 +79,8 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 56
-#define LIBAVUTIL_VERSION_MINOR 19
-#define LIBAVUTIL_VERSION_MICRO 101
+#define LIBAVUTIL_VERSION_MINOR 20
+#define LIBAVUTIL_VERSION_MICRO 100
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
LIBAVUTIL_VERSION_MINOR, \
More information about the ffmpeg-cvslog
mailing list