summaryrefslogtreecommitdiff
path: root/vp9
diff options
context:
space:
mode:
authorJim Bankoski <jimbankoski@google.com>2013-09-29 19:44:05 -0700
committerJim Bankoski <jimbankoski@google.com>2013-09-29 19:44:05 -0700
commit7019e34c349de29136bfb123fa368ec64577a98e (patch)
treed7025b48f04b7a6b49ea7c0c409c7c06d44d6a91 /vp9
parent4ecdf26d9c56b911217d991e74e123de1f698984 (diff)
downloadlibvpx-7019e34c349de29136bfb123fa368ec64577a98e.tar
libvpx-7019e34c349de29136bfb123fa368ec64577a98e.tar.gz
libvpx-7019e34c349de29136bfb123fa368ec64577a98e.tar.bz2
libvpx-7019e34c349de29136bfb123fa368ec64577a98e.zip
vp9 convolve lint issues
Change-Id: I8b496191c6a60a60a52c929adca305db47058a84
Diffstat (limited to 'vp9')
-rw-r--r--vp9/common/vp9_convolve.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vp9/common/vp9_convolve.h b/vp9/common/vp9_convolve.h
index 13220e97e..3d4cf6914 100644
--- a/vp9/common/vp9_convolve.h
+++ b/vp9/common/vp9_convolve.h
@@ -7,8 +7,8 @@
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VP9_COMMON_CONVOLVE_H_
-#define VP9_COMMON_CONVOLVE_H_
+#ifndef VP9_COMMON_VP9_CONVOLVE_H_
+#define VP9_COMMON_VP9_CONVOLVE_H_
#include "./vpx_config.h"
#include "vpx/vpx_integer.h"
@@ -26,4 +26,4 @@ struct subpix_fn_table {
const int16_t (*filter_y)[8];
};
-#endif // VP9_COMMON_CONVOLVE_H_
+#endif // VP9_COMMON_VP9_CONVOLVE_H_