diff options
author | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-08-08 10:41:31 +0200 |
---|---|---|
committer | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-08-08 21:58:48 +0200 |
commit | 8bd74aafe85c426c8d9ac0aefa7ae860cf3be735 (patch) | |
tree | a38dd4b819c86f9c27cf869f7aa77d09936ca879 /libavfilter/internal.h | |
parent | 2e9c8be8342c10a6cc3a124298e27a5d2234512f (diff) | |
download | ffmpeg-8bd74aafe85c426c8d9ac0aefa7ae860cf3be735.tar.gz |
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.h | 6 |
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. * |