diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-02-25 21:21:29 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-04-09 18:45:37 +0200 |
commit | b439c992c23f3e0f3832fffd2a34a664b236c525 (patch) | |
tree | b2c5c664c5458925bac0ba3e2f61de0df0609608 /libavfilter/version.h | |
parent | 56c1b9257698719bca9e87df843e7933434d6efa (diff) | |
download | ffmpeg-b439c992c23f3e0f3832fffd2a34a664b236c525.tar.gz |
lavfi: switch to an AVOptions-based system.
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 1a5ec42916..914b7ca3fa 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -55,5 +55,8 @@ #ifndef FF_API_AVFILTERBUFFER #define FF_API_AVFILTERBUFFER (LIBAVFILTER_VERSION_MAJOR < 4) #endif +#ifndef FF_API_OLD_FILTER_OPTS +#define FF_API_OLD_FILTER_OPTS (LIBAVFILTER_VERSION_MAJOR < 4) +#endif #endif /* AVFILTER_VERSION_H */ |