# HG changeset patch # User ben # Date 1210699601 0 # Node ID a42c300ec8bf08fb6aba08258032fe7636eacd07 # Parent 82601a38e2a760d0621e3bfa6a98aca6be0d843f Delcare a dvdnav-specific input section if the currently played stream is from such a type. diff -r 82601a38e2a7 -r a42c300ec8bf mplayer.c --- a/mplayer.c Tue May 13 10:16:20 2008 +0000 +++ b/mplayer.c Tue May 13 17:26:41 2008 +0000 @@ -3629,6 +3629,7 @@ mp_input_set_section(NULL); //TODO: add desired (stream-based) sections here if (mpctx->stream->type==STREAMTYPE_TV) mp_input_set_section("tv"); +if (mpctx->stream->type==STREAMTYPE_DVDNAV) mp_input_set_section("dvdnav"); //==================== START PLAYING =======================