[FFmpeg-cvslog] avfilter/scene_sad: Fix funtions typos
Michael Niedermayer
git at videolan.org
Tue Dec 18 15:18:52 EET 2018
ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Tue Dec 18 14:13:56 2018 +0100| [568e1b229b85050701e1ed4b8fa295b18995f67e] | committer: Michael Niedermayer
avfilter/scene_sad: Fix funtions typos
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=568e1b229b85050701e1ed4b8fa295b18995f67e
---
libavfilter/scene_sad.c | 2 +-
libavfilter/scene_sad.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavfilter/scene_sad.c b/libavfilter/scene_sad.c
index fa57a25961..73d3eacbfa 100644
--- a/libavfilter/scene_sad.c
+++ b/libavfilter/scene_sad.c
@@ -18,7 +18,7 @@
/**
* @file
- * Scene SAD funtions
+ * Scene SAD functions
*/
#include "scene_sad.h"
diff --git a/libavfilter/scene_sad.h b/libavfilter/scene_sad.h
index 433c69473d..173a051f2b 100644
--- a/libavfilter/scene_sad.h
+++ b/libavfilter/scene_sad.h
@@ -18,7 +18,7 @@
/**
* @file
- * Scene SAD funtions
+ * Scene SAD functions
*/
#ifndef AVFILTER_SCENE_SAD_H
More information about the ffmpeg-cvslog
mailing list