diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-06-26 13:17:31 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-06-26 13:17:31 +0200 |
commit | 205e90249a7ec905f4d8512fb8e77050643ef452 (patch) | |
tree | b055ee008f2a97c08b40d92e23e27bc2508c4022 /libavfilter | |
parent | 0b3b95813576aeafc64813c93c6387b24e210f9a (diff) | |
download | ffmpeg-streaming-205e90249a7ec905f4d8512fb8e77050643ef452.zip ffmpeg-streaming-205e90249a7ec905f4d8512fb8e77050643ef452.tar.gz |
lavfi: use proper FF_API guards for different deprecated functions
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/avfilter.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index de059b7..c30b057 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -448,6 +448,8 @@ int avfilter_default_config_output_link(AVFilterLink *link) { return 0; } +#endif +#if FF_API_FILTERS_PUBLIC void avfilter_insert_pad(unsigned idx, unsigned *count, size_t padidx_off, AVFilterPad **pads, AVFilterLink ***links, AVFilterPad *newpad) |