[MPlayer-dev-eng] [PATCH] Network synchronized playback using UDP
Jason Holt
jholt at google.com
Fri Feb 19 05:07:08 CET 2010
On Thu, Feb 18, 2010 at 5:07 PM, Diego Biurrun <diego at biurrun.de> wrote:
> > - if (mpctx->user_muted && !mpctx->edl_muted) mixer_mute(&mpctx->mixer);
> > + if (mpctx->user_muted && !mpctx->edl_muted) mixer_mute(&mpctx->mixer);
>
> I wonder what the difference is..
>
Removed the trailing space
> > 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.
> + printf("UDP wait error (probably a timeout). Continuing
> anyway.\n");
>
> mp_msg
>
That one was unnecessary anyway. Removed.
New patch attached.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mplayer-udp-patch-19.diff
Type: text/x-patch
Size: 16880 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20100218/8fc429c7/attachment.bin>
More information about the MPlayer-dev-eng
mailing list