diff options
author | Ellis Berner <eberner@gmail.com> | 2015-11-17 16:27:23 -0800 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-11-18 13:33:42 +0100 |
commit | e086d404867195dcbc46c96e9f5c9cf30bcd68e0 (patch) | |
tree | 3cc7880794fb2c42fb56b8ff249207c54d8626a9 /DOCS | |
parent | eda518f55822d1f5758357d99a2d24b88b19993e (diff) | |
download | mpv-e086d404867195dcbc46c96e9f5c9cf30bcd68e0.tar.bz2 mpv-e086d404867195dcbc46c96e9f5c9cf30bcd68e0.tar.xz |
manpage: fix typo in vd-lavc-o example
`--vd--lavc-o becomes --vd-lavc-o`
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/options.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index dece3af9a0..c1f45f61e4 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -865,7 +865,7 @@ Video .. admonition:: Example - ``--vd--lavc-o=debug=pict`` + ``--vd-lavc-o=debug=pict`` ``--vd-lavc-show-all=<yes|no>`` Show even broken/corrupt frames (default: no). If this option is set to |