[MPlayer-users] DVDNAV question
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Thu Apr 9 16:23:58 CEST 2009
On Thu, Apr 09, 2009 at 03:42:40PM +0200, Nico Sabbi wrote:
> 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
Applied as r29156, I hope I correctly attributed it with Kevin DeKorte
as original author...
More information about the MPlayer-users
mailing list