Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-10-28 05:23:40 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2015-10-28 05:26:08 +0300
commit492dead9ac85ac98a09dabab1bfd586872824771 (patch)
tree3212a7231ad3e820e333732a40cd55ff8eba210a /libavfilter/avf_showcqt.h
parentf8d429e0c569d4f4ffd87af80e7375b3a6278869 (diff)
avfilter/avf_showcqt: Fix ;;
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavfilter/avf_showcqt.h')
-rw-r--r--libavfilter/avf_showcqt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avf_showcqt.h b/libavfilter/avf_showcqt.h
index 244c690311..a018075ad2 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);