From dd6d204e9e6b1c64280f486eb7536b70e600349b Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 13 Dec 2013 22:41:21 +0100 Subject: dvdnav: improve a comment --- mpvcore/player/dvdnav.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3