summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
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 /cfg-mplayer.h
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 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 762dd0ed95..1a6a41586d 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -385,7 +385,7 @@ const m_option_t common_opts[] = {
{"endpos", &end_at, CONF_TYPE_TIME_SIZE, 0, 0, 0, NULL},
// AVI specific: force non-interleaved mode
- {"ni", &force_ni, CONF_TYPE_FLAG, 0, 0, 1, NULL},
+ {"avi-ni", &force_ni, CONF_TYPE_FLAG, 0, 0, 1, NULL},
// AVI and Ogg only: (re)build index at startup
{"idx", &index_mode, CONF_TYPE_FLAG, 0, -1, 1, NULL},