From 3eccfaa01291ca90e7dcb934bb06d048fcba1f43 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 9 Apr 2011 13:49:57 +0200 Subject: [PATCH] gradfun: add notice from the MPlayer manual Add notice telling that the filter is designed for playback only. Signed-off-by: Anton Khirnov --- doc/filters.texi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/filters.texi b/doc/filters.texi index 00a954ca84..c2e5aed84c 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -471,6 +471,10 @@ regions by truncation to 8bit colordepth. Interpolate the gradients that should go where the bands are, and dither them. +This filter is designed for playback only. Do not use it prior to +lossy compression, because compression tends to lose the dither and +bring back the bands. + The filter takes two optional parameters, separated by ':': @var{strength}:@var{radius}