Browse Source

Fix memleak introduced in:

r25185 | stefano | 2010-09-25 03:18:43 +0200 (Sat, 25 Sep 2010) | 1 line

  Make the crop filters accept parametric expressions.

Originally committed as revision 25193 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Stefano Sabatini 14 years ago
parent
commit
921bf9f1ff
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/vf_crop.c

+ 1
- 0
libavfilter/vf_crop.c View File

@@ -305,6 +305,7 @@ static void end_frame(AVFilterLink *link)
CropContext *crop = link->dst->priv;

crop->var_values[N] += 1.0;
avfilter_unref_buffer(link->cur_buf);
avfilter_end_frame(link->dst->outputs[0]);
}



Loading…
Cancel
Save