mirror of https://github.com/mpv-player/mpv
Add missing defaut for a suboption of tfields
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16621 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ba042eaf31
commit
ab0f64bb6c
|
@ -5516,8 +5516,10 @@ Available field dominances are:
|
||||||
.PD 0
|
.PD 0
|
||||||
.RSs
|
.RSs
|
||||||
.IPs -1
|
.IPs -1
|
||||||
auto (Only works if the decoder exports the appropriate information and
|
auto (default)
|
||||||
no other filters are loaded before that discard that information.)
|
Only works if the decoder exports the appropriate information and
|
||||||
|
no other filters are loaded before that discard that information,
|
||||||
|
otherwise it falls back to 0 (top field first).
|
||||||
.IPs 0
|
.IPs 0
|
||||||
top-first
|
top-first
|
||||||
.IPs 1
|
.IPs 1
|
||||||
|
|
Loading…
Reference in New Issue