From f561f70a098bc56af130bc6c773943aca128373e Mon Sep 17 00:00:00 2001 From: gabucino Date: Sat, 20 Apr 2002 12:29:33 +0000 Subject: [PATCH] default is not 0 but center git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5729 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/documentation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCS/documentation.html b/DOCS/documentation.html index f7ff6d6eff..28303a593f 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -953,8 +953,8 @@ Input from standard V4L

This sets up a filter pipeline (you can use any number of filters). Their parameters are optional and if omitted, some of them are set to default - values, like x and y are both set to 0, and width and height - will be set to the movie's width and height.

+ values, like x and y are both set to the center of the screen, and + width and height will be set to the movie's width and height.

Filters are queued starting from libvo, so filter1 will be the last called filter (after that libvo comes, or when using MEncoder,