mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
sink_buffer: fix #ifs for FF-sinks
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
9dcc4c30f9
commit
172161c8db
@ -188,7 +188,7 @@ int av_buffersink_poll_frame(AVFilterContext *ctx)
|
|||||||
return av_fifo_size(buf->fifo)/sizeof(AVFilterBufferRef *) + ff_poll_frame(inlink);
|
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)
|
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 */
|
#endif /* CONFIG_BUFFERSINK_FILTER */
|
||||||
|
|
||||||
#if CONFIG_ABUFFERSINK_FILTER
|
#if CONFIG_ABUFFERSINK_FILTER || CONFIG_FFABUFFERSINK_FILTER
|
||||||
|
|
||||||
static int filter_samples(AVFilterLink *link, AVFilterBufferRef *samplesref)
|
static int filter_samples(AVFilterLink *link, AVFilterBufferRef *samplesref)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user