dvdnav: improve a comment

This commit is contained in:
wm4 2013-12-13 22:41:21 +01:00
parent ad571d629d
commit dd6d204e9e
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ struct mp_nav_state {
// Allocate state and enable navigation features. Must happen before // Allocate state and enable navigation features. Must happen before
// initializing cache, because the cache would read data. Since stream_dvdnav is // initializing cache, because the cache would read data. Since stream_dvdnav is
// in a mode which skips all transitions on reading data (before enabling // 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) void mp_nav_init(struct MPContext *mpctx)
{ {
assert(!mpctx->nav_state); assert(!mpctx->nav_state);