diff options
author | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-09-29 15:36:16 +0000 |
---|---|---|
committer | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-09-29 15:36:16 +0000 |
commit | ab0f64bb6cbd0af444a7f0e858e0e2ce546e3f86 (patch) | |
tree | 864ccb72b7720a911a9fe941539adf0ab7d441d5 /DOCS | |
parent | ba042eaf31e7263046ab0888c56c02e175497a51 (diff) | |
download | mpv-ab0f64bb6cbd0af444a7f0e858e0e2ce546e3f86.tar.bz2 mpv-ab0f64bb6cbd0af444a7f0e858e0e2ce546e3f86.tar.xz |
Add missing defaut for a suboption of tfields
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16621 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index fb078c5c6c..259cb1a18c 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -5516,8 +5516,10 @@ Available field dominances are: .PD 0 .RSs .IPs -1 -auto (Only works if the decoder exports the appropriate information and -no other filters are loaded before that discard that information.) +auto (default) +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 top-first .IPs 1 |