r26760 - trunk/mplayer.c
13 May
2008
13 May
'08
1:26 p.m.
Author: ben Date: Tue May 13 19:26:41 2008 New Revision: 26760 Log: Delcare a dvdnav-specific input section if the currently played stream is from such a type. Modified: trunk/mplayer.c Modified: trunk/mplayer.c ============================================================================== --- trunk/mplayer.c (original) +++ trunk/mplayer.c Tue May 13 19:26:41 2008 @@ -3629,6 +3629,7 @@ if ( use_gui ) { 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 =======================
6391
Age (days ago)
6391
Last active (days ago)
0 comments
1 participants
participants (1)
-
ben