Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-08-08 11:41:31 +0300
committerAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-08-08 22:58:48 +0300
commit8bd74aafe85c426c8d9ac0aefa7ae860cf3be735 (patch)
treea38dd4b819c86f9c27cf869f7aa77d09936ca879 /libavfilter/internal.h
parent2e9c8be8342c10a6cc3a124298e27a5d2234512f (diff)
avfilter: remove obsolete function declarations
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Diffstat (limited to 'libavfilter/internal.h')
-rw-r--r--libavfilter/internal.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavfilter/internal.h b/libavfilter/internal.h
index 85348f001e..797c88437c 100644
--- a/libavfilter/internal.h
+++ b/libavfilter/internal.h
@@ -338,9 +338,6 @@ int ff_request_frame(AVFilterLink *link);
.category = AV_CLASS_CATEGORY_FILTER, \
}
-AVFilterBufferRef *ff_copy_buffer_ref(AVFilterLink *outlink,
- AVFilterBufferRef *ref);
-
/**
* Find the index of a link.
*
@@ -349,9 +346,6 @@ AVFilterBufferRef *ff_copy_buffer_ref(AVFilterLink *outlink,
#define FF_INLINK_IDX(link) ((int)((link)->dstpad - (link)->dst->input_pads))
#define FF_OUTLINK_IDX(link) ((int)((link)->srcpad - (link)->src->output_pads))
-int ff_buffersink_read_compat(AVFilterContext *ctx, AVFilterBufferRef **buf);
-int ff_buffersink_read_samples_compat(AVFilterContext *ctx, AVFilterBufferRef **pbuf,
- int nb_samples);
/**
* Send a frame of data to the next filter.
*