summaryrefslogtreecommitdiff
path: root/vp9/common
diff options
context:
space:
mode:
authorJim Bankoski <jimbankoski@google.com>2013-09-29 19:41:31 -0700
committerJim Bankoski <jimbankoski@google.com>2013-09-29 19:41:31 -0700
commitf6d7e3679c4bc5f0203492d5f53e8db226c8e4db (patch)
tree4a19721fee482d213f6891721f7228434ce95549 /vp9/common
parent4ecdf26d9c56b911217d991e74e123de1f698984 (diff)
downloadlibvpx-f6d7e3679c4bc5f0203492d5f53e8db226c8e4db.tar
libvpx-f6d7e3679c4bc5f0203492d5f53e8db226c8e4db.tar.gz
libvpx-f6d7e3679c4bc5f0203492d5f53e8db226c8e4db.tar.bz2
libvpx-f6d7e3679c4bc5f0203492d5f53e8db226c8e4db.zip
resolved lint issues in default_coef_probs
Change-Id: I97bf241c0d981721cc74a50be47c9db8a00f6be3
Diffstat (limited to 'vp9/common')
-rw-r--r--vp9/common/vp9_default_coef_probs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vp9/common/vp9_default_coef_probs.h b/vp9/common/vp9_default_coef_probs.h
index 185fcedbe..3b512beb9 100644
--- a/vp9/common/vp9_default_coef_probs.h
+++ b/vp9/common/vp9_default_coef_probs.h
@@ -7,6 +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_DEFAULT_COEF_PROBS_H_
+#define VP9_COMMON_DEFAULT_COEF_PROBS_H_
/*Generated file, included by vp9_entropy.c*/
static const vp9_coeff_probs_model default_coef_probs_4x4[BLOCK_TYPES] = {
@@ -694,3 +696,4 @@ static const vp9_coeff_probs_model default_coef_probs_32x32[BLOCK_TYPES] = {
}
};
+#endif // VP9_COMMON_DEFAULT_COEF_PROBS_H_