ref: cbdcc215b36271a585759faed062806407a73628
parent: d35e9a0c533ae67d71e1a4b7c308a9d80fc3d756
parent: f6d7e3679c4bc5f0203492d5f53e8db226c8e4db
author: Jim Bankoski <[email protected]>
date: Mon Sep 30 06:42:12 EDT 2013
Merge "resolved lint issues in default_coef_probs"
--- 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 @@
}
};
+#endif // VP9_COMMON_DEFAULT_COEF_PROBS_H_