diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-05-09 01:04:41 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-05-12 13:07:47 +0200 |
commit | 1776177b7f1ae67ad3b42d99464b141ee4082310 (patch) | |
tree | 1044d44ef5459e4706b639eea2923472420dcbd7 /libavfilter/version.h | |
parent | 60f0e304312d0fe1d26f7344cb86dc4cdab52b15 (diff) | |
download | ffmpeg-1776177b7f1ae67ad3b42d99464b141ee4082310.tar.gz |
lavfi: replace passthrough_filter_frame with a flag.
With the introduction of AVFilterContext->is_disabled, we can simplify
the custom passthrough mode in filters.
This commit is technically a small compat break, but the timeline was
introduced very recently.
Doxy by Stefano Sabatini.
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 74e8bcefbc..835bcf4029 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -29,7 +29,7 @@ #include "libavutil/avutil.h" #define LIBAVFILTER_VERSION_MAJOR 3 -#define LIBAVFILTER_VERSION_MINOR 64 +#define LIBAVFILTER_VERSION_MINOR 65 #define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |