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?

-- 
Clément B.

Attachment: pgpIa49_4Lyl0.pgp
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to