Browse Source

lavfi/colormatrix: 10l fix forgotten buffer unref.

tags/n1.1
Clément Bœsch 12 years ago
parent
commit
502ecc9cc2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/vf_colormatrix.c

+ 1
- 0
libavfilter/vf_colormatrix.c View File

@@ -353,6 +353,7 @@ static int filter_frame(AVFilterLink *link, AVFilterBufferRef *in)
else
process_frame_uyvy422(color, out, in);

avfilter_unref_bufferp(&in);
return ff_filter_frame(outlink, out);
}



Loading…
Cancel
Save