lavfi/buffersink: schedule removing the "ff" variants.

They are no longer needed since there is no incompatible
ABI version.
This commit is contained in:
Nicolas George
2013-03-11 21:49:28 +01:00
parent ceac5c54dd
commit c14a8c834c
2 changed files with 4 additions and 0 deletions

View File

@@ -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 */