mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avfilter/avf_avectorscope: Fix ;;
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
f26a63c4ee
commit
173939259a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user