diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-02-14 05:57:47 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-02-19 12:26:34 +0100 |
commit | 35b05c5184fb3aa1191e2d1e7f1cae1e11f344a4 (patch) | |
tree | 22c1f8e0e896a94479a93e0d808a98a3110064b0 /libavfilter/version.h | |
parent | b23bc95920e2f10b9621857e829c45b064f356c0 (diff) | |
download | ffmpeg-35b05c5184fb3aa1191e2d1e7f1cae1e11f344a4.tar.gz |
vf_interlace: deprecate lowpass option
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index 1684aa5e7b..a665870aaa 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #define LIBAVFILTER_VERSION_MAJOR 4 #define LIBAVFILTER_VERSION_MINOR 1 -#define LIBAVFILTER_VERSION_MICRO 0 +#define LIBAVFILTER_VERSION_MICRO 1 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ @@ -71,5 +71,8 @@ #ifndef FF_API_NOCONST_GET_NAME #define FF_API_NOCONST_GET_NAME (LIBAVFILTER_VERSION_MAJOR < 5) #endif +#ifndef FF_API_INTERLACE_LOWPASS_SET +#define FF_API_INTERLACE_LOWPASS_SET (LIBAVFILTER_VERSION_MAJOR < 5) +#endif #endif /* AVFILTER_VERSION_H */ |