On Wed, Aug 06, 2014 at 11:37:23AM +0200, Clément Bœsch wrote: > On Sun, Aug 03, 2014 at 04:29:36PM +0200, Nicolas George wrote: > > Signed-off-by: Nicolas George <geo...@nsup.org> > > --- > > libavfilter/avf_showspectrum.c | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/libavfilter/avf_showspectrum.c b/libavfilter/avf_showspectrum.c > > index 4a4b4f4..e3ae6ea 100644 > > --- a/libavfilter/avf_showspectrum.c > > +++ b/libavfilter/avf_showspectrum.c > > @@ -246,6 +246,8 @@ static int config_output(AVFilterLink *outlink) > > if (s->xpos >= outlink->w) > > s->xpos = 0; > > > > + outlink->frame_rate = av_make_q(inlink->sample_rate, win_size); > > + > > s->combine_buffer = > > av_realloc_f(s->combine_buffer, outlink->h * 3, > > sizeof(*s->combine_buffer)); > > OK > > May I ask what use-case this is fixing? >
Missed the comment in your second patch, ignore this -- Clément B.
pgp6pLFG7Xntb.pgp
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel