Browse Source

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>
tags/n2.0
Jean Delvare Michael Niedermayer 12 years ago
parent
commit
b08cd2fb94
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavfilter/vf_delogo.c

+ 2
- 2
libavfilter/vf_delogo.c View File

@@ -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…
Cancel
Save