[FFmpeg-cvslog] lavfi/negate: stop calling lut_init() as that function does nothing now
Paul B Mahol
git at videolan.org
Mon Apr 15 00:23:31 CEST 2013
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sun Apr 14 22:22:16 2013 +0000| [977ee8afd6a7275127147d1871a1f5a461e3e3c5] | committer: Paul B Mahol
lavfi/negate: stop calling lut_init() as that function does nothing now
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=977ee8afd6a7275127147d1871a1f5a461e3e3c5
---
libavfilter/vf_lut.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/vf_lut.c b/libavfilter/vf_lut.c
index 1f0b684..76db0f3 100644
--- a/libavfilter/vf_lut.c
+++ b/libavfilter/vf_lut.c
@@ -421,7 +421,7 @@ static int negate_init(AVFilterContext *ctx)
}
}
- return lut_init(ctx);
+ return 0;
}
DEFINE_LUT_FILTER(negate, "Negate input video.");
More information about the ffmpeg-cvslog
mailing list