[FFmpeg-cvslog] avfilter/vmaf_motion: use correct header guards
James Almer
git at videolan.org
Sat Sep 30 21:38:37 EEST 2017
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sat Sep 30 15:38:09 2017 -0300| [67057aaeb23d84144b2b371547fd46e915be238f] | committer: James Almer
avfilter/vmaf_motion: use correct header guards
Fixes fate-source
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=67057aaeb23d84144b2b371547fd46e915be238f
---
libavfilter/vmaf_motion.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/libavfilter/vmaf_motion.h b/libavfilter/vmaf_motion.h
index 0c71182f95..0998450682 100644
--- 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 */
More information about the ffmpeg-cvslog
mailing list