diff options
author | wm4 <wm4@nowhere> | 2015-11-18 13:33:37 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-11-18 13:33:37 +0100 |
commit | eda518f55822d1f5758357d99a2d24b88b19993e (patch) | |
tree | dda8b7f3689604d42ae7b3e424cb6ef7289fc415 /DOCS | |
parent | e76ec2c96300c828b2a96ae71199128295f8451b (diff) |
manpage: fix a typo
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 cdc0e75094..dece3af9a0 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -622,7 +622,7 @@ Video Set the internal pixel format used by ``--hwdec=videotoolbox`` on OSX. The choice of the format can influence performance considerably. On the other hand, there doesn't appear to be a good way to detect the best format for - the given hardware. ``nv12``, the default works better on modern hardware, + the given hardware. ``nv12``, the default, works better on modern hardware, while ``uyvy422`` appears to be better for old hardware. ``rgb0`` also works. |