summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2013-03-11 21:49:28 +0100
committerNicolas George <nicolas.george@normalesup.org>2013-03-12 23:31:07 +0100
commitc14a8c834c0f48e948da688b68f2cd202349adf0 (patch)
treede1e94cd68d3be13d5204d36d3dddea9a63daae6 /libavfilter/allfilters.c
parentceac5c54dd3868e33d4e8d6b2d292e65c26368cd (diff)
lavfi/buffersink: schedule removing the "ff" variants.
They are no longer needed since there is no incompatible ABI version.
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r--libavfilter/allfilters.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
index f83cdc4788..51d7996699 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -183,8 +183,10 @@ void avfilter_register_all(void)
REGISTER_FILTER(AMOVIE, amovie, avsrc);
REGISTER_FILTER(MOVIE, movie, avsrc);
+#if FF_API_AVFILTERBUFFER
REGISTER_FILTER_UNCONDITIONAL(vsink_ffbuffersink);
REGISTER_FILTER_UNCONDITIONAL(asink_ffabuffersink);
+#endif
/* those filters are part of public or internal API => registered
* unconditionally */