[FFmpeg-devel] [PATCH] video stabilization plugins using vid.stab library

Georg Martius georg.martius at web.de
Fri Apr 19 02:04:20 CEST 2013


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.

Have a nice day!
  Georg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-video-stabilization-plugins-using-vid.stab-library.patch
Type: text/x-patch
Size: 37205 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130419/417c8b43/attachment.bin>
-------------- 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/20130419/417c8b43/attachment.asc>


More information about the ffmpeg-devel mailing list