mirror of https://git.ffmpeg.org/ffmpeg.git
avfilter/scene_sad: Fix funtions typos
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
76952aa461
commit
568e1b229b
|
@ -18,7 +18,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Scene SAD funtions
|
||||
* Scene SAD functions
|
||||
*/
|
||||
|
||||
#include "scene_sad.h"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Scene SAD funtions
|
||||
* Scene SAD functions
|
||||
*/
|
||||
|
||||
#ifndef AVFILTER_SCENE_SAD_H
|
||||
|
|
Loading…
Reference in New Issue