diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-03-10 02:52:15 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-03-10 02:52:15 +0100 |
commit | 108434a30c7006e5cbbc02f65befd5a70c3b4bdd (patch) | |
tree | c6863404cd57c3328ddd249cbb452dc7b7c546f6 /libavfilter | |
parent | d5efa84f13d349e1bd852c94fcd171f3488dee0c (diff) | |
download | ffmpeg-108434a30c7006e5cbbc02f65befd5a70c3b4bdd.tar.gz |
sink_buffer: remove unused variables
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/sink_buffer.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavfilter/sink_buffer.c b/libavfilter/sink_buffer.c index 8db3aa1769..4636bb3400 100644 --- a/libavfilter/sink_buffer.c +++ b/libavfilter/sink_buffer.c @@ -256,9 +256,6 @@ int av_buffersink_read_samples(AVFilterContext *ctx, AVFilterBufferRef **buf, int av_buffersink_get_buffer_ref(AVFilterContext *ctx, AVFilterBufferRef **bufref, int flags) { - BufferSinkContext *buf = ctx->priv; - AVFilterLink *inlink = ctx->inputs[0]; - int ret; *bufref = NULL; av_assert0( !strcmp(ctx->filter->name, "buffersink") |