diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-01-02 11:40:02 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-01-04 11:48:54 +0100 |
commit | f7dc6aa6b194ea7b8e0d6f475f8ba04c3cd50a99 (patch) | |
tree | 7a0265b3c3721787917702b551d326415519af70 /libavfilter/version.h | |
parent | 8674597fe53179538a27093e12fc81ed9f84e017 (diff) | |
download | ffmpeg-f7dc6aa6b194ea7b8e0d6f475f8ba04c3cd50a99.tar.gz |
lavfi/yadif: add support to named options and options introspection
Also rename the "enable_auto" field to "deint", to match the name of the
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 3cc91fbeea..505cea0ded 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #define LIBAVFILTER_VERSION_MAJOR 3 #define LIBAVFILTER_VERSION_MINOR 30 -#define LIBAVFILTER_VERSION_MICRO 102 +#define LIBAVFILTER_VERSION_MICRO 103 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |