Browse Source

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>
tags/n4.3
Andreas Rheinhardt Michael Niedermayer 5 years ago
parent
commit
398a5f5d8f
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavfilter/buffersrc.c

+ 0
- 2
libavfilter/buffersrc.c View File

@@ -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…
Cancel
Save