You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avfilter/avf_avectorscope: Fix ;;
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -331,7 +331,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *insamples)
|
|||||||
src[1] = -src[1];
|
src[1] = -src[1];
|
||||||
|
|
||||||
if (s->swap)
|
if (s->swap)
|
||||||
FFSWAP(float, src[0], src[1]);;
|
FFSWAP(float, src[0], src[1]);
|
||||||
|
|
||||||
if (s->mode == LISSAJOUS) {
|
if (s->mode == LISSAJOUS) {
|
||||||
x = ((src[1] - src[0]) * zoom / 2 + 1) * hw;
|
x = ((src[1] - src[0]) * zoom / 2 + 1) * hw;
|
||||||
|
Reference in New Issue
Block a user