diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-03-17 19:44:24 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-04-11 20:39:13 +0200 |
commit | 48a5adab62bd2a553f5069d41fa632a0701835e5 (patch) | |
tree | c779ce2ea3ad4465279db314a0c3d75cd368b30e /libavfilter/version.h | |
parent | 1565cbc65cbb9f95c11367314a080068895e0cf0 (diff) | |
download | ffmpeg-48a5adab62bd2a553f5069d41fa632a0701835e5.tar.gz |
lavfi: add avfilter_init_str() to replace avfilter_init_filter().
Drop the unused opaque parameter from its signature.
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 30c73e606c..f58a9d5e8f 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -61,5 +61,8 @@ #ifndef FF_API_AVFILTER_OPEN #define FF_API_AVFILTER_OPEN (LIBAVFILTER_VERSION_MAJOR < 4) #endif +#ifndef FF_API_AVFILTER_INIT_FILTER +#define FF_API_AVFILTER_INIT_FILTER (LIBAVFILTER_VERSION_MAJOR < 4) +#endif #endif /* AVFILTER_VERSION_H */ |