summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-13 22:41:21 +0100
committerwm4 <wm4@nowhere>2013-12-13 22:41:21 +0100
commitdd6d204e9e6b1c64280f486eb7536b70e600349b (patch)
tree73fd32c8a5ba21dce2e372cdfb277a7cecad8367
parentad571d629dd8e2c342eff5a831447fafb9bc0f22 (diff)
downloadmpv-dd6d204e9e6b1c64280f486eb7536b70e600349b.tar.bz2
mpv-dd6d204e9e6b1c64280f486eb7536b70e600349b.tar.xz
dvdnav: improve a comment
-rw-r--r--mpvcore/player/dvdnav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpvcore/player/dvdnav.c b/mpvcore/player/dvdnav.c
index 6efa786996..9ea061954a 100644
--- a/mpvcore/player/dvdnav.c
+++ b/mpvcore/player/dvdnav.c
@@ -47,7 +47,7 @@ struct mp_nav_state {
// Allocate state and enable navigation features. Must happen before
// initializing cache, because the cache would read data. Since stream_dvdnav is
// in a mode which skips all transitions on reading data (before enabling
-// data), this would skip stuff.
+// navigation), this would skip some menu screens.
void mp_nav_init(struct MPContext *mpctx)
{
assert(!mpctx->nav_state);