mirror of https://github.com/mpv-player/mpv
fix typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21849 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2abf85b1df
commit
fc8fb3d7a6
|
@ -4513,7 +4513,7 @@ To calculate the correct scaling size, use the expanded NTSC width of
|
|||
|
||||
<para>
|
||||
2.35:1 or "Cinemascope" PAL
|
||||
<screen>-vf scale="720:432,expand=720:576 -lavcopts aspect=16/9</screen>
|
||||
<screen>-vf scale=720:432,expand=720:576 -lavcopts aspect=16/9</screen>
|
||||
To calculate the correct scaling size, use the expanded PAL width of
|
||||
1024/2.35 = 432
|
||||
</para>
|
||||
|
|
Loading…
Reference in New Issue