[FFmpeg-cvslog] avfilter/avf_avectorscope: Fix ;;
Michael Niedermayer
git at videolan.org
Thu Feb 15 15:06:45 EET 2018
ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Thu Feb 15 13:48:25 2018 +0100| [173939259aaefbf622be125ba6871b11d302b974] | committer: Michael Niedermayer
avfilter/avf_avectorscope: Fix ;;
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=173939259aaefbf622be125ba6871b11d302b974
---
libavfilter/avf_avectorscope.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;
More information about the ffmpeg-cvslog
mailing list