manpage: fix yadif example in one case

This commit is contained in:
wm4 2014-02-21 12:24:22 +01:00
parent c3c82f5c3b
commit 0d4ec7d665
1 changed files with 1 additions and 1 deletions

View File

@ -796,7 +796,7 @@ OPTIONS
``--field-dominance=<auto|top|bottom>``
Set first field for interlaced content. Useful for deinterlacers that
double the framerate: ``--vf=yadif=1`` and ``--vo=vdpau:deint``.
double the framerate: ``--vf=yadif=field`` and ``--vo=vdpau:deint``.
:auto: (default) If the decoder does not export the appropriate
information, it falls back on ``top`` (top field first).