[FFmpeg-cvslog] avfilter/avf_showcqt: Fix ;;

Michael Niedermayer git at videolan.org
Wed Oct 28 03:54:03 CET 2015


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Wed Oct 28 03:23:40 2015 +0100| [492dead9ac85ac98a09dabab1bfd586872824771] | committer: Michael Niedermayer

avfilter/avf_showcqt: Fix ;;

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=492dead9ac85ac98a09dabab1bfd586872824771
---

 libavfilter/avf_showcqt.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/avf_showcqt.h b/libavfilter/avf_showcqt.h
index 244c690..a018075 100644
--- a/libavfilter/avf_showcqt.h
+++ b/libavfilter/avf_showcqt.h
@@ -79,7 +79,7 @@ typedef struct {
     float               *bar_v_buf;
     /* callback */
     void                (*cqt_calc)(FFTComplex *dst, const FFTComplex *src, const Coeffs *coeffs,
-                                    int len, int fft_len);;
+                                    int len, int fft_len);
     void                (*draw_bar)(AVFrame *out, const float *h, const float *rcp_h,
                                     const ColorFloat *c, int bar_h);
     void                (*draw_axis)(AVFrame *out, AVFrame *axis, const ColorFloat *c, int off);



More information about the ffmpeg-cvslog mailing list