1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-23 00:06:56 +00:00

dvdnav: improve a comment

This commit is contained in:
wm4 2013-12-13 22:41:21 +01:00
parent ad571d629d
commit dd6d204e9e

View File

@ -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);