diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-04-07 13:27:31 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-04-07 13:57:39 +0200 |
commit | 32b1022f76b7bf158f6312f39bf310d7fd6850bd (patch) | |
tree | 1070bf53f227f5dbf39d1061a7b226098f5199d7 | |
parent | 6cb01c9dba7c1e89b8e7e2077ef62b9efd1fb6a7 (diff) | |
download | ffmpeg-32b1022f76b7bf158f6312f39bf310d7fd6850bd.tar.gz |
doc/filters: remove reference to removed delogo wrapper
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 88e452be92..5d19fed00d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1909,9 +1909,6 @@ the "VIDEO FILTERS" section in the MPlayer manual. Some examples follow: @example -# remove a logo by interpolating the surrounding pixels -mp=delogo=200:200:80:20:1 - # adjust gamma, brightness, contrast mp=eq2=1.0:2:0.5 |