From 212b89f8b426d78e1be8be45daaa6604fd0f35c4 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer <michaelni@gmx.at> Date: Tue, 12 Mar 2013 21:23:54 +0100 Subject: [PATCH] avfilter: remove unused variable Signed-off-by: Michael Niedermayer <michaelni@gmx.at> --- libavfilter/avfilter.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index ed16c8012a9..75b42f2bd16 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -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; -- GitLab