diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-01-24 23:20:23 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-10-22 10:46:34 +0200 |
commit | ccd6def9b3dcdb97a18710e6fd13f35498589849 (patch) | |
tree | 23c74ce9cff36e9b2c7a7f27a51d7416d17d633d /libavfilter/version.h | |
parent | b6e36a424447413d959753f6e703f35bcfb8cd7b (diff) | |
download | ffmpeg-ccd6def9b3dcdb97a18710e6fd13f35498589849.tar.gz |
lavfi/aspect: extend syntax for the setdar and setsar filters
Add support for named options, and deprecate old "num:den" ambiguous
syntax.
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 2bf2d61749..55695b987b 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #define LIBAVFILTER_VERSION_MAJOR 3 #define LIBAVFILTER_VERSION_MINOR 20 -#define LIBAVFILTER_VERSION_MICRO 102 +#define LIBAVFILTER_VERSION_MICRO 103 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |