[FFmpeg-cvslog] delogo: Fix function description
Jean Delvare
git at videolan.org
Wed Jun 19 22:43:34 CEST 2013
ffmpeg | branch: master | Jean Delvare <khali at linux-fr.org> | Wed Jun 19 16:07:09 2013 +0200| [b08cd2fb944d7ec4a9a07aa9d66f0a7d1b8df776] | committer: Michael Niedermayer
delogo: Fix function description
The algorithm works on src and writes to dst, not the other way
around.
Signed-off-by: Jean Delvare <khali at linux-fr.org>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b08cd2fb944d7ec4a9a07aa9d66f0a7d1b8df776
---
libavfilter/vf_delogo.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavfilter/vf_delogo.c b/libavfilter/vf_delogo.c
index 4bf0867..926a8a1 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.
More information about the ffmpeg-cvslog
mailing list