shithub: libvpx

Download patch

ref: 14916b0ca65ef3ff8fc7542491d8f15138333a0a
parent: 4e5d99ca72feaef3243bb1e3ea389bec0a21d161
parent: 7019e34c349de29136bfb123fa368ec64577a98e
author: Jim Bankoski <jimbankoski@google.com>
date: Mon Sep 30 06:41:43 EDT 2013

Merge "vp9 convolve lint issues"

--- 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 @@
   const int16_t (*filter_y)[8];
 };
 
-#endif  // VP9_COMMON_CONVOLVE_H_
+#endif  // VP9_COMMON_VP9_CONVOLVE_H_