Commit b08cd2fb authored by Jean Delvare's avatar Jean Delvare Committed by Michael Niedermayer

delogo: Fix function description

The algorithm works on src and writes to dst, not the other way
around.
Signed-off-by: 's avatarJean Delvare <khali@linux-fr.org>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 4110828e
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment