Skip to content

Commit 67057aa

Browse files
committed
avfilter/vmaf_motion: use correct header guards
Fixes fate-source Signed-off-by: James Almer <[email protected]>
1 parent 148c8e8 commit 67057aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libavfilter/vmaf_motion.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2020
*/
2121

22-
#ifndef AVFILTER_VMAFMOTION_H
23-
#define AVFILTER_VMAFMOTION_H
22+
#ifndef AVFILTER_VMAF_MOTION_H
23+
#define AVFILTER_VMAF_MOTION_H
2424

2525
#include <stddef.h>
2626
#include <stdint.h>
@@ -55,4 +55,4 @@ int ff_vmafmotion_init(VMAFMotionData *data, int w, int h, enum AVPixelFormat fm
5555
double ff_vmafmotion_process(VMAFMotionData *data, AVFrame *frame);
5656
double ff_vmafmotion_uninit(VMAFMotionData *data);
5757

58-
#endif /* AVFILTER_VMAFMOTION_H */
58+
#endif /* AVFILTER_VMAF_MOTION_H */

0 commit comments

Comments
 (0)