summaryrefslogtreecommitdiff
path: root/libavfilter/vf_delogo.c
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2013-06-19 16:07:09 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-06-19 22:13:12 +0200
commitb08cd2fb944d7ec4a9a07aa9d66f0a7d1b8df776 (patch)
tree559a978a2e8bea9143d728fcfa1987abcb80945a /libavfilter/vf_delogo.c
parent4110828e15cd5035a0893c31fb417a52736956ce (diff)
delogo: Fix function description
The algorithm works on src and writes to dst, not the other way around. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/vf_delogo.c')
-rw-r--r--libavfilter/vf_delogo.c4
1 files changed, 2 insertions, 2 deletions
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.