[FFmpeg-cvslog] avfilter: remove unused variable
Michael Niedermayer
git at videolan.org
Tue Mar 12 21:39:32 CET 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Mar 12 21:23:54 2013 +0100| [212b89f8b426d78e1be8be45daaa6604fd0f35c4] | committer: Michael Niedermayer
avfilter: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=212b89f8b426d78e1be8be45daaa6604fd0f35c4
---
libavfilter/avfilter.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index ed16c80..75b42f2 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;
More information about the ffmpeg-cvslog
mailing list