diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-08-22 00:34:50 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-08-22 00:34:50 +0000 |
commit | 5259403a7f2442373df57afab774171c1305c37c (patch) | |
tree | 693308d32e9dc7dec53c76267be16ae55073a735 /DOCS/xml/en/video.xml | |
parent | bb478f5d55097d5c2962a10a8a50d0b74d0af1e3 (diff) |
sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10683 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en/video.xml')
-rw-r--r-- | DOCS/xml/en/video.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/xml/en/video.xml b/DOCS/xml/en/video.xml index 49b04bc1cd..1f5cf41acd 100644 --- a/DOCS/xml/en/video.xml +++ b/DOCS/xml/en/video.xml @@ -1622,8 +1622,8 @@ while keeping the right aspect ratio), use the new dvbscale filter: </para> <para><screen> -for 4:3 TV: -vf dvbscale,scale=-1:0,expand=-1:576:-1:-1:1 -for 16:9 TV: -vf dvbscale=1024,scale=-1:0,expand=-1:576:-1:-1:1 +for a 4:3 TV: -vf dvbscale,scale=-1:0,expand=-1:576:-1:-1:1 +for a 16:9 TV: -vf dvbscale=1024,scale=-1:0,expand=-1:576:-1:-1:1 </screen></para> <formalpara> |