summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-02-12 17:31:07 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-02-13 17:45:29 -0800
commit562f563ff1835daa0d749d1e9bcbe389412ffd98 (patch)
treef8591b82af9234e4d50cc482bb42054768d3764e
parent1b80e124dbec1c4bb80b8ce4aaeb84ff841f9b6d (diff)
downloadmpv-562f563ff1835daa0d749d1e9bcbe389412ffd98.tar.bz2
mpv-562f563ff1835daa0d749d1e9bcbe389412ffd98.tar.xz
DOCS/interface-changes.rst: fix typo
-rw-r--r--DOCS/interface-changes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index ba1a25c273..24bf3fc0c2 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -61,7 +61,7 @@ Interface changes
- inserting a filter that changes the output channel layout will not
reconfigure the AO - you need to run an additional "ao-reload"
command to force this if you want that
- - using "string" gapless audio (--gapless-audio=yes) can fail if the
+ - using "strong" gapless audio (--gapless-audio=yes) can fail if the
audio formats are not convertible (such as switching between PCM and
AC3 passthrough)
- remove out-format sub-parameter from "format" audio filter (no replacement)