[MPlayer-cvslog] r26760 - trunk/mplayer.c
ben
subversion at mplayerhq.hu
Tue May 13 19:26:41 CEST 2008
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 =======================
More information about the MPlayer-cvslog
mailing list