diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-09-30 13:46:01 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-10-02 09:43:06 +0200 |
commit | c053f486625419494856486c2866d550023f828c (patch) | |
tree | b9747d721ccf1ceb762bcc208ad89adbb9629a16 /libavfilter/version.h | |
parent | 630006277448bfa023a4de2c5f56cbd24f027052 (diff) | |
download | ffmpeg-c053f486625419494856486c2866d550023f828c.tar.gz |
lavfi/transpose: add passthrough option
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 0475bc42f3..212010beff 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #define LIBAVFILTER_VERSION_MAJOR 3 #define LIBAVFILTER_VERSION_MINOR 19 -#define LIBAVFILTER_VERSION_MICRO 101 +#define LIBAVFILTER_VERSION_MICRO 102 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |