[MPlayer-dev-eng] [PATCH] EDL extensions, resubmit

Diego Biurrun diego at biurrun.de
Mon Jun 21 16:38:05 CEST 2010


On Mon, Jun 21, 2010 at 08:51:56AM -0400, Reynaldo H. Verdejo Pinochet wrote:
> 
> On Sat, Jun 19, 2010 at 06:03:18PM -0400, Vlad Seryakov wrote:
> > 
> > -static void edl_seek_reset(MPContext *mpctx)
> > -{
> > -    mpctx->edl_muted = 0;
> > -    next_edl_record = edl_records;
> > -
> > -    while (next_edl_record) {
> > -	if (next_edl_record->start_sec >= mpctx->sh_video->pts)
> > -	    break;
> > -
> > -	if (next_edl_record->action == EDL_MUTE)
> > -	    mpctx->edl_muted = !mpctx->edl_muted;
> > -	next_edl_record = next_edl_record->next;
> > -    }
> > -    if ((mpctx->user_muted | mpctx->edl_muted) != mpctx->mixer.muted)
> > -	mixer_mute(&mpctx->mixer);
> > -}
> 
> This function removal would have been better handled as
> a separate patch but you can leave it like it is this time
> around. Please keep in mind for future contributions.

Maybe you want to remove it right away then...

Diego



More information about the MPlayer-dev-eng mailing list