# HG changeset patch # User diego # Date 1030567337 0 # Node ID fc2b6726d24738c2e8afcaa48a9854044932118e # Parent eec702b048b0956d42a568df2b81772989029139 The rectangle is not white but inverted. diff -r eec702b048b0 -r fc2b6726d247 DOCS/documentation.html --- a/DOCS/documentation.html Wed Aug 28 20:24:44 2002 +0000 +++ b/DOCS/documentation.html Wed Aug 28 20:42:17 2002 +0000 @@ -1277,7 +1277,7 @@

Description:

-

Draws a white rectangle of the requested width and height at the designated +

Draws a rectangle of the requested width and height at the designated coordinates over the image. Useful to get visual feedback for the parameters of -vop crop before applying them.

diff -r eec702b048b0 -r fc2b6726d247 DOCS/mplayer.1 --- a/DOCS/mplayer.1 Wed Aug 28 20:24:44 2002 +0000 +++ b/DOCS/mplayer.1 Wed Aug 28 20:42:17 2002 +0000 @@ -541,7 +541,7 @@ Useful for removing black bands from widescreen movies. - rectangle[=w:h:x:y] Draws a white rectangle of the + rectangle[=w:h:x:y] Draws a rectangle of the requested width and height at the designated coordinates over the image (used to test crop).