summaryrefslogtreecommitdiff
path: root/vp10/encoder/mcomp.h
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2015-08-13 09:25:39 -0700
committerYaowu Xu <yaowu@google.com>2015-08-13 09:25:39 -0700
commit2dcefd9c7fdc08f28f8276f2a41df453c1f0a020 (patch)
tree3898cb5e764349df233dce980c051fec2c5f076e /vp10/encoder/mcomp.h
parent4622af69e61577e8d726d8b252fcfeaefdf65696 (diff)
downloadlibvpx-2dcefd9c7fdc08f28f8276f2a41df453c1f0a020.tar
libvpx-2dcefd9c7fdc08f28f8276f2a41df453c1f0a020.tar.gz
libvpx-2dcefd9c7fdc08f28f8276f2a41df453c1f0a020.tar.bz2
libvpx-2dcefd9c7fdc08f28f8276f2a41df453c1f0a020.zip
Correct guard macros in header files
Change-Id: Ifce12a95c1cdc36dc6ac5a72759249a17407da9e
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_