[MPlayer-dev-eng] [PATCH] Network synchronized playback using UDP

Diego Biurrun diego at biurrun.de
Wed Feb 24 20:27:38 CET 2010


On Thu, Feb 18, 2010 at 08:07:08PM -0800, Jason Holt wrote:
> On Thu, Feb 18, 2010 at 5:07 PM, Diego Biurrun <diego at biurrun.de> wrote:
> > >  void update_set_of_subtitles(void);
> > > +void exit_player(exit_reason_t);
> > > +void exit_sighandler(int);
> >
> > exit_player is already declared in mp_core.h.
> >
> 
> Fixed.
> 
> --- mplayer.h	(revision 30612)
> +++ mplayer.h	(working copy)
> @@ -57,5 +57,6 @@
>  
>  void update_set_of_subtitles(void);
> +void exit_sighandler(int);

I have a hunch that mp_core.h would be a better place for this declaration.

No other comments from me.  Reimar, could you review this?  It's a
much-requested feature...

Diego



More information about the MPlayer-dev-eng mailing list