summaryrefslogtreecommitdiff
path: root/libavfilter/avf_avectorscope.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2018-02-15 13:48:25 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2018-02-15 13:48:25 +0100
commit173939259aaefbf622be125ba6871b11d302b974 (patch)
tree690930aa73d4462abef0891e37a49f2242ed26b7 /libavfilter/avf_avectorscope.c
parentf26a63c4ee1bdbe21d7ab462cd66f8ba20b14244 (diff)
downloadffmpeg-173939259aaefbf622be125ba6871b11d302b974.tar.gz
avfilter/avf_avectorscope: Fix ;;
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
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;