diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-06-12 19:57:57 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-06-13 11:10:17 +0200 |
commit | 84b9fbe05578c8b4058e72bb0b203665a446a95a (patch) | |
tree | d0c6c70c2827ec4af83ba5acd86831771bebfcc2 /libavfilter/version.h | |
parent | 6d58358a3a3274e84a4e34a348165fbb3f484587 (diff) | |
download | ffmpeg-84b9fbe05578c8b4058e72bb0b203665a446a95a.tar.gz |
lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name().
This will allow making AVFilterPad opaque for the calling apps, since
those are the only two fields that can be useful to the users.
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 09cf4c69e5..d8baf0eaa9 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -29,7 +29,7 @@ #include "libavutil/avutil.h" #define LIBAVFILTER_VERSION_MAJOR 2 -#define LIBAVFILTER_VERSION_MINOR 21 +#define LIBAVFILTER_VERSION_MINOR 22 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |