[MPlayer-cvslog] r25029 - trunk/libmpdemux/demux_nemesi.c

Uoti Urpala uoti.urpala at pp1.inet.fi
Tue Nov 13 16:00:20 CET 2007


On Tue, 2007-11-13 at 15:37 +0100, Luca Barbato wrote:
> Diego Biurrun wrote:
> > On Mon, Nov 12, 2007 at 05:56:23PM +0100, lu_zero wrote:
> >> Log:
> >> support extradata for audio streams
> >>
> >> --- trunk/libmpdemux/demux_nemesi.c	(original)
> >> +++ trunk/libmpdemux/demux_nemesi.c	Mon Nov 12 17:56:23 2007
> >> @@ -74,7 +74,7 @@ static void link_session_and_fetch_conf(
> >>      rtp_buff trash_buff;
> >> -    int must_prefecth = ((fps != NULL) || (buff != NULL)) ? 1 : 0;
> >> +    int must_prefetch = ((fps != NULL) || (buff != NULL)) ? 1 : 0;
> > 
> > Unrelated typo fix.
> 
> GRR, sorry it was a batch commit and obviously I didn't check enough,
> which is the right way to revert it properly?

Do not revert because of one line. Having extra reverts and recommits in
the history is much worse than somewhat suboptimal splitting of changes.
If you think it's really misleading you could change the commit message
to note it (but it doesn't seem that important in this case).




More information about the MPlayer-cvslog mailing list