Browse Source

avfilter: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.0
Michael Niedermayer 13 years ago
parent
commit
212b89f8b4
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavfilter/avfilter.c

+ 0
- 1
libavfilter/avfilter.c View File

@@ -626,7 +626,6 @@ static int default_filter_frame(AVFilterLink *link, AVFrame *frame)
static int ff_filter_frame_framed(AVFilterLink *link, AVFrame *frame)
{
int (*filter_frame)(AVFilterLink *, AVFrame *);
AVFilterPad *src = link->srcpad;
AVFilterPad *dst = link->dstpad;
AVFrame *out;
int ret;


Loading…
Cancel
Save