From b08cd2fb944d7ec4a9a07aa9d66f0a7d1b8df776 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Wed, 19 Jun 2013 16:07:09 +0200 Subject: delogo: Fix function description The algorithm works on src and writes to dst, not the other way around. Signed-off-by: Jean Delvare Signed-off-by: Michael Niedermayer --- libavfilter/vf_delogo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavfilter/vf_delogo.c') diff --git a/libavfilter/vf_delogo.c b/libavfilter/vf_delogo.c index 4bf0867bd9..926a8a11f6 100644 --- a/libavfilter/vf_delogo.c +++ b/libavfilter/vf_delogo.c @@ -35,8 +35,8 @@ #include "video.h" /** - * Apply a simple delogo algorithm to the image in dst and put the - * result in src. + * Apply a simple delogo algorithm to the image in src and put the + * result in dst. * * The algorithm is only applied to the region specified by the logo * parameters. -- cgit v1.2.3