Skip to content
Snippets Groups Projects
Commit 212b89f8 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

avfilter: remove unused variable

parent c51fcdf0
No related branches found
No related tags found
No related merge requests found
...@@ -626,7 +626,6 @@ static int default_filter_frame(AVFilterLink *link, AVFrame *frame) ...@@ -626,7 +626,6 @@ static int default_filter_frame(AVFilterLink *link, AVFrame *frame)
static int ff_filter_frame_framed(AVFilterLink *link, AVFrame *frame) static int ff_filter_frame_framed(AVFilterLink *link, AVFrame *frame)
{ {
int (*filter_frame)(AVFilterLink *, AVFrame *); int (*filter_frame)(AVFilterLink *, AVFrame *);
AVFilterPad *src = link->srcpad;
AVFilterPad *dst = link->dstpad; AVFilterPad *dst = link->dstpad;
AVFrame *out; AVFrame *out;
int ret; int ret;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment