diff options
author | Philip Langdale <philipl@overt.org> | 2020-04-10 09:30:53 -0700 |
---|---|---|
committer | Philip Langdale <philipl@overt.org> | 2020-04-10 09:32:13 -0700 |
commit | 7b0c22768e5b54b7932fcff0af4ccf59f0c235f2 (patch) | |
tree | c169c5419f76e68bd44dcfac9f72b4a98dc83c76 /libavcodec | |
parent | ad3f6212ac88c710404dc9c176ff9af3ada9a1bd (diff) | |
download | ffmpeg-7b0c22768e5b54b7932fcff0af4ccf59f0c235f2.tar.gz |
Changelog: Add entry for expanded styling support in movtext
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, \ |