diff options
author | Calvin Walton <calvin.walton@kepstin.ca> | 2019-06-21 09:08:03 -0400 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2019-07-07 11:12:07 +0530 |
commit | 2bd21b96096320bc12532119a6b0f7a974db6c19 (patch) | |
tree | 0be4a61a2f1f75dad1c4c33f348d5596db5208cc /libavfilter/version.h | |
parent | b7b6ddd59693008c35b3247496ecc946331d0856 (diff) | |
download | ffmpeg-2bd21b96096320bc12532119a6b0f7a974db6c19.tar.gz |
vf_drawtext: Add pkt_pos, pkt_duration, pkt_size as variables
Changes to vf_drawtext.c written by
Calvin Walton <calvin.walton@kepstin.ca>
Changes to filters.texi written by
greg Luce <electron.rotoscope@gmail.com>
with lots of help from Moritz Barsnick and Gyan
Fixes #7947.
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index 1347e4c7b7..5bf37fa8b4 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,8 @@ #define LIBAVFILTER_VERSION_MAJOR 7 #define LIBAVFILTER_VERSION_MINOR 56 -#define LIBAVFILTER_VERSION_MICRO 100 +#define LIBAVFILTER_VERSION_MICRO 101 + #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |