summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-10-28 20:23:15 +0100
committerwm4 <wm4@nowhere>2012-10-30 19:50:22 +0100
commite719d3610d4892f0403e6466ce135d0e4a3fb316 (patch)
tree684a18fed7d81013ec5a90985150cdfc3008683d /DOCS/man
parent042901940fc495f51cd23b9dee1daab089fad5b0 (diff)
downloadmpv-e719d3610d4892f0403e6466ce135d0e4a3fb316.tar.bz2
mpv-e719d3610d4892f0403e6466ce135d0e4a3fb316.tar.xz
options: rename -ni to -avi-ni
The -ni option does something with the AVI demuxer only. Also fix misleading error messages when the packet queue overflows (it suggests using -ni, which in the typical case of playing NI AVI files will not work, as demux_lavf is used by default).
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/en/changes.rst1
-rw-r--r--DOCS/man/en/options.rst2
2 files changed, 2 insertions, 1 deletions
diff --git a/DOCS/man/en/changes.rst b/DOCS/man/en/changes.rst
index 402bdbd336..fd7e123ddc 100644
--- a/DOCS/man/en/changes.rst
+++ b/DOCS/man/en/changes.rst
@@ -98,6 +98,7 @@ Command line switches
-subdelay --sub-delay
-subpos --sub-pos
-forcedsubsonly --sub-forced-only
+ -ni --avi-ni
=================================== ===================================
input.conf and slave commands
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 1c1a9a842d..0fb150e44e 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -1238,7 +1238,7 @@
--name
Set the window class name for X11-based video output methods.
---ni
+--avi-ni
(Internal AVI demuxer which is not used by default only)
Force usage of non-interleaved AVI parser (fixes playback of some bad AVI
files).