projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
148c8e8
)
avfilter/vmaf_motion: use correct header guards
author
James Almer
<jamrial@gmail.com>
Sat, 30 Sep 2017 18:38:09 +0000
(15:38 -0300)
committer
James Almer
<jamrial@gmail.com>
Sat, 30 Sep 2017 18:38:09 +0000
(15:38 -0300)
Fixes fate-source
Signed-off-by: James Almer <jamrial@gmail.com>
libavfilter/vmaf_motion.h
patch
|
blob
|
history
diff --git
a/libavfilter/vmaf_motion.h
b/libavfilter/vmaf_motion.h
index
0c71182
..
0998450
100644
(file)
--- a/
libavfilter/vmaf_motion.h
+++ b/
libavfilter/vmaf_motion.h
@@
-19,8
+19,8
@@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef AVFILTER_VMAFMOTION_H
-#define AVFILTER_VMAFMOTION_H
+#ifndef AVFILTER_VMAF
_
MOTION_H
+#define AVFILTER_VMAF
_
MOTION_H
#include <stddef.h>
#include <stdint.h>
@@
-55,4
+55,4
@@
int ff_vmafmotion_init(VMAFMotionData *data, int w, int h, enum AVPixelFormat fm
double ff_vmafmotion_process(VMAFMotionData *data, AVFrame *frame);
double ff_vmafmotion_uninit(VMAFMotionData *data);
-#endif /* AVFILTER_VMAFMOTION_H */
+#endif /* AVFILTER_VMAF
_
MOTION_H */