diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 18:23:18 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 22:13:45 +0200 |
commit | 9ab221f8d82da9e2cf1503cc5db115838d766d97 (patch) | |
tree | b89af13934dd99ea11076d5dffc6b717c5599263 /libavfilter/version.h | |
parent | 71ef1ec7b482d7222717faae0a51f2fd4ef3bdf2 (diff) | |
download | ffmpeg-9ab221f8d82da9e2cf1503cc5db115838d766d97.tar.gz |
lavfi: deprecate aconvert.
This filter is not required anymore with aformat. Drop it at next bump.
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index 9c5b99fe01..021ff0520d 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -66,5 +66,8 @@ #ifndef FF_API_OLD_FILTER_OPTS #define FF_API_OLD_FILTER_OPTS (LIBAVFILTER_VERSION_MAJOR < 4) #endif +#ifndef FF_API_ACONVERT_FILTER +#define FF_API_ACONVERT_FILTER (LIBAVFILTER_VERSION_MAJOR < 4) +#endif #endif /* AVFILTER_VERSION_H */ |