ffmpeg | branch: master | Paul B Mahol <[email protected]> | Mon Sep 16 10:31:05 2019 +0200| [7a7aa4f79e506eff8bddb971da2b7cf0dac7d009] | committer: Paul B Mahol
avfilter/vf_avgblur: remove dupe assignment > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7a7aa4f79e506eff8bddb971da2b7cf0dac7d009 --- libavfilter/vf_avgblur.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavfilter/vf_avgblur.c b/libavfilter/vf_avgblur.c index c7b88427fd..fdc9d39ce1 100644 --- a/libavfilter/vf_avgblur.c +++ b/libavfilter/vf_avgblur.c @@ -138,7 +138,6 @@ static int filter_vertically_##name(AVFilterContext *ctx, void *arg, int jobnr, float acc = 0; \ int count = 0; \ \ - ptr = buffer + x; \ src = s->buffer + x; \ \ for (i = 0; i < radius; i++) { \ _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
