[FFmpeg-devel] [PATCH 3/5] lavfi/deshake: remove usage of link->cur_buf.

Clément Bœsch ubitux at gmail.com
Wed Dec 26 21:34:21 CET 2012


On Wed, Dec 26, 2012 at 08:40:16PM +0100, Stefano Sabatini wrote:
> On date Wednesday 2012-12-26 20:33:06 +0100, Clément Bœsch encoded:
> > ---
> >  libavfilter/vf_deshake.c | 1 -
> >  1 file changed, 1 deletion(-)
> > 
> > diff --git a/libavfilter/vf_deshake.c b/libavfilter/vf_deshake.c
> > index 867041b..206f701 100644
> > --- a/libavfilter/vf_deshake.c
> > +++ b/libavfilter/vf_deshake.c
> > @@ -443,7 +443,6 @@ static int filter_frame(AVFilterLink *link, AVFilterBufferRef *in)
> >      }
> >      avfilter_copy_buffer_ref_props(out, in);
> >  
> > -    link->cur_buf = NULL; /* it is in 'in' now */
> 
> OK, if tested with valgrind.

Re-tested and pushed.

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20121226/6a5adf1d/attachment.asc>


More information about the ffmpeg-devel mailing list