[FFmpeg-cvslog] yadif: remove unused variable

Michael Niedermayer git at videolan.org
Mon Sep 3 22:44:49 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Sep  3 22:40:31 2012 +0200| [8cc77646c071e3c21600050b3a88d4a2b44b3185] | committer: Michael Niedermayer

yadif: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8cc77646c071e3c21600050b3a88d4a2b44b3185
---

 libavfilter/vf_yadif.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavfilter/vf_yadif.c b/libavfilter/vf_yadif.c
index 9f949f8..5318379 100644
--- a/libavfilter/vf_yadif.c
+++ b/libavfilter/vf_yadif.c
@@ -138,7 +138,6 @@ static void filter(AVFilterContext *ctx, AVFilterBufferRef *dstpic,
                 int     mrefs =     y ?-refs :  refs;
 
                 if(y<=1 || y+2>=h) {
-                    int j;
                     uint8_t *tmp = yadif->temp_line + 64 + 2*absrefs;
                     if(mode<2)
                         memcpy(tmp+2*mrefs, cur+2*mrefs, w*df);



More information about the ffmpeg-cvslog mailing list