diff options
author | Clément Bœsch <u@pkh.me> | 2014-10-06 13:04:26 +0200 |
---|---|---|
committer | Clément Bœsch <clement@stupeflix.com> | 2014-10-07 15:05:50 +0200 |
commit | abaf4245a1722a3d1b86b9d1a5349f1306c8c7b8 (patch) | |
tree | 462e5da3d1615d55d9170a38695b889b53805f15 /libavfilter/version.h | |
parent | 158b3fb58485921ff6761dc7d2e25d7b625434da (diff) | |
download | ffmpeg-abaf4245a1722a3d1b86b9d1a5349f1306c8c7b8.tar.gz |
avfilter: add w/h parameters in timeline
Fixes Ticket #4008.
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index 3e85c5538d..3759f974a4 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #define LIBAVFILTER_VERSION_MAJOR 5 #define LIBAVFILTER_VERSION_MINOR 1 -#define LIBAVFILTER_VERSION_MICRO 102 +#define LIBAVFILTER_VERSION_MICRO 103 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |