summaryrefslogtreecommitdiff
path: root/libavfilter/avf_avectorscope.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/avf_avectorscope.c')
-rw-r--r--libavfilter/avf_avectorscope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avf_avectorscope.c b/libavfilter/avf_avectorscope.c
index 725ac8bbda..75e0ee5e2a 100644
--- a/libavfilter/avf_avectorscope.c
+++ b/libavfilter/avf_avectorscope.c
@@ -331,7 +331,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *insamples)
src[1] = -src[1];
if (s->swap)
- FFSWAP(float, src[0], src[1]);;
+ FFSWAP(float, src[0], src[1]);
if (s->mode == LISSAJOUS) {
x = ((src[1] - src[0]) * zoom / 2 + 1) * hw;