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>
This commit is contained in:
parent
4110828e15
commit
b08cd2fb94
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user