[FFmpeg-devel] [PATCH] video stabilization plugins using vid.stab library
Georg Martius
georg.martius at web.de
Tue Apr 23 00:33:38 CEST 2013
On Friday 19 April 2013 02:04:20 Georg Martius wrote:
> On Thursday 18 April 2013 23:33:20 Paul B Mahol wrote:
> > > +static av_cold void uninit(AVFilterContext *ctx)
> > > +{
> > > + StabData *sd = ctx->priv;
> > > + VSMotionDetect* md = &(sd->md);
> > > +
> > > + av_opt_free(sd);
> >
> > not needed anymore.
> >
> > [...]
>
> removed and the other things fixed as well. New and hopefully correct patch
> attached.
Sorry for the self-reply. I just wanted to remind about the patch (before it
is not applyable again ;-))
Georg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130423/847dc042/attachment.asc>
More information about the ffmpeg-devel
mailing list