[MPlayer-dev-eng] DVDNAV Next Issues

Benjamin Zores ben at geexbox.org
Sun Jan 27 11:55:18 CET 2008


Ötvös Attila a écrit :
> Ezzel a dátummal: Saturday 26 January 2008 21.37.53 Benjamin Zores ezt írta:
> Hi Benjamin Zores!
> 
>>>> Can you try to rework the audio change and sub change in 2 different
>>>> atomic patches that will avoid any code duplication ?
> 
> I make dvdnav aid patch.


 >  --- stream/stream_dvdnav.c	(revision 25852)
 >  +++ stream/stream_dvdnav.c	(working copy)
 >  @@ -29,9 +29,16 @@
 >    NAV_FLAG_WAIT_READ_AUTO       = 1 << 4,  /* wait read auto mode */
 >    NAV_FLAG_WAIT_READ            = 1 << 5,  /* suspend read from 
stream */
 >   NAV_FLAG_VTS_DOMAIN           = 1 << 6,  /* vts domain */
 > +  NAV_FLAG_AUDIO_CHANGED        = 1 << 7,  /* audio stream change 
event */
 >  } dvdnav_state_t;

Won't apply to latest SVN as (1 << 7) is already set.

Ben



More information about the MPlayer-dev-eng mailing list