summaryrefslogtreecommitdiff
path: root/vp10/encoder/mcomp.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp10/encoder/mcomp.h')
-rw-r--r--vp10/encoder/mcomp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vp10/encoder/mcomp.h b/vp10/encoder/mcomp.h
index 3fe9f6c95..681698db3 100644
--- a/vp10/encoder/mcomp.h
+++ b/vp10/encoder/mcomp.h
@@ -9,8 +9,8 @@
*/
-#ifndef VP9_ENCODER_VP9_MCOMP_H_
-#define VP9_ENCODER_VP9_MCOMP_H_
+#ifndef VP10_ENCODER_MCOMP_H_
+#define VP10_ENCODER_MCOMP_H_
#include "vp10/encoder/block.h"
#include "vpx_dsp/variance.h"
@@ -162,4 +162,4 @@ int vp10_full_pixel_search(struct VP9_COMP *cpi, MACROBLOCK *x,
} // extern "C"
#endif
-#endif // VP9_ENCODER_VP9_MCOMP_H_
+#endif // VP10_ENCODER_MCOMP_H_