diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-07-30 21:12:14 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-08-01 13:02:29 +0100 |
commit | 52269f48e835a52023656f8330262ae70e6061c4 (patch) | |
tree | e54f0a03af64884b753a9dbdf0656fda980a8e11 /libavfilter/version.h | |
parent | 4da8cdbb91ddbac118b79076cad4dc28ba72e86f (diff) | |
download | ffmpeg-streaming-52269f48e835a52023656f8330262ae70e6061c4.zip ffmpeg-streaming-52269f48e835a52023656f8330262ae70e6061c4.tar.gz |
Revert "vf_interlace: deprecate lowpass option"
This reverts commit 35b05c5184fb3aa1191e2d1e7f1cae1e11f344a4.
A warning is introduced in case this option is used.
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index de64b8b..d16f666 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -71,8 +71,5 @@ #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 */ |