On Thursday 09 April 2009 15:38:25 Kevin DeKorte wrote: > > Index: stream/stream_dvdnav.c > =================================================================== > --- stream/stream_dvdnav.c (revision 29151) > +++ stream/stream_dvdnav.c (working copy) > @@ -205,10 +206,13 @@ > if(ev->pgc_length) > priv->duration = ev->pgc_length/90; > > - if (dvdnav_is_domain_vts(priv->dvdnav)) > + if (dvdnav_is_domain_vts(priv->dvdnav)) { > + mp_msg(MSGT_IDENTIFY, MSGL_INFO, > "DVDNAV_TITLE_IS_MOVIE\n"); priv->state &= ~NAV_FLAG_VTS_DOMAIN; > - else > + } else { > + mp_msg(MSGT_IDENTIFY, MSGL_INFO, > "DVDNAV_TITLE_IS_MENU\n"); priv->state |= NAV_FLAG_VTS_DOMAIN; > + } > > nextstill = dvdnav_get_next_still_flag (priv->dvdnav); > if (nextstill) { > > > Those changes are in in the function dvdnav_stream_read > > Kevin Can someone commit it, please? I don't have time _______________________________________________ MPlayer-users mailing list MPlayer-users@xxxxxxxxxxxx https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users