summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorTheAMM <the.actual.amm@gmail.com>2017-12-16 14:14:26 +0200
committerKevin Mitchell <kevmitch@gmail.com>2017-12-26 03:33:19 -0700
commitc8d955571dbf15d7aa0280c439c964907ded32f4 (patch)
tree13ec44eb9449b3d73ba2585c3effda06f801705b /DOCS/man
parente2f71f509fde010e4d0f175014fd4219b7dc7681 (diff)
downloadmpv-c8d955571dbf15d7aa0280c439c964907ded32f4.tar.bz2
mpv-c8d955571dbf15d7aa0280c439c964907ded32f4.tar.xz
encode: rename option --ometadata to --ocopy-metadata
--copy-metadata describes the result of the option better, (copying metadata from the source file to the output file). Marks the old --no-ometadata OPT_REMOVED with a suggestion for the new --no-ocopy-metadata.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/encode.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/encode.rst b/DOCS/man/encode.rst
index 794b8a1df2..3182f85fcd 100644
--- a/DOCS/man/encode.rst
+++ b/DOCS/man/encode.rst
@@ -150,6 +150,6 @@ You can encode files from one format/codec to another using this facility.
and all pts are passed through as-is. Never seek backwards or use multiple
input files in this mode!
-``--no-ometadata``
+``--no-ocopy-metadata``
Turns off copying of metadata from input files to output files when
encoding (which is enabled by default).