avf_showwaves: fix null pointer dereference

Found-by: durandal_1707
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/11/head
Michael Niedermayer 12 years ago
parent 03a82d588b
commit e4eebc2da9
  1. 1
      libavfilter/avf_showwaves.c

@ -220,6 +220,7 @@ static int filter_frame(AVFilterLink *inlink, AVFilterBufferRef *insamples)
}
if (showwaves->buf_idx == showwaves->w)
push_frame(outlink);
outpicref = showwaves->outpicref;
}
avfilter_unref_buffer(insamples);

Loading…
Cancel
Save