mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avfilter/buffersrc: Remove unused variables
Unused since f09ae730
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
c991e9cd91
commit
398a5f5d8f
@ -435,8 +435,6 @@ static int config_props(AVFilterLink *link)
|
||||
static int request_frame(AVFilterLink *link)
|
||||
{
|
||||
BufferSourceContext *c = link->src->priv;
|
||||
AVFrame *frame;
|
||||
int ret;
|
||||
|
||||
if (c->eof)
|
||||
return AVERROR_EOF;
|
||||
|
Loading…
Reference in New Issue
Block a user