From e719d3610d4892f0403e6466ce135d0e4a3fb316 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 28 Oct 2012 20:23:15 +0100 Subject: 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). --- cfg-mplayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cfg-mplayer.h') 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}, -- cgit v1.2.3