sink_buffer: fix #ifs for FF-sinks

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-09-04 18:49:05 +02:00
parent 9dcc4c30f9
commit 172161c8db
1 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,7 @@ int av_buffersink_poll_frame(AVFilterContext *ctx)
return av_fifo_size(buf->fifo)/sizeof(AVFilterBufferRef *) + ff_poll_frame(inlink);
}
#if CONFIG_BUFFERSINK_FILTER
#if CONFIG_BUFFERSINK_FILTER || CONFIG_FFBUFFERSINK_FILTER
static av_cold int vsink_init(AVFilterContext *ctx, const char *args, void *opaque)
{
@ -261,7 +261,7 @@ AVFilter avfilter_vsink_buffersink = {
#endif /* CONFIG_BUFFERSINK_FILTER */
#if CONFIG_ABUFFERSINK_FILTER
#if CONFIG_ABUFFERSINK_FILTER || CONFIG_FFABUFFERSINK_FILTER
static int filter_samples(AVFilterLink *link, AVFilterBufferRef *samplesref)
{