[FFmpeg-devel] [PATCH 1/3] delogo: Fix function description
Jean Delvare
khali at linux-fr.org
Wed Jun 19 16:07:09 CEST 2013
The algorithm works on src and writes to dst, not the other way
around.
Signed-off-by: Jean Delvare <khali at linux-fr.org>
---
libavfilter/vf_delogo.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- ffmpeg.orig/libavfilter/vf_delogo.c 2013-06-11 16:44:28.603059957 +0200
+++ ffmpeg/libavfilter/vf_delogo.c 2013-06-11 16:45:04.625689045 +0200
@@ -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.
--
Jean Delvare
More information about the ffmpeg-devel
mailing list