summaryrefslogtreecommitdiff
path: root/vp8/common/coefupdateprobs.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/common/coefupdateprobs.h')
-rw-r--r--vp8/common/coefupdateprobs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vp8/common/coefupdateprobs.h b/vp8/common/coefupdateprobs.h
index 9e194dc9a..90d290d6e 100644
--- a/vp8/common/coefupdateprobs.h
+++ b/vp8/common/coefupdateprobs.h
@@ -8,6 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
+#ifndef VP8_COMMON_COEFUPDATEPROBS_H_
+#define VP8_COMMON_COEFUPDATEPROBS_H_
/* Update probabilities for the nodes in the token entropy tree.
Generated file included by entropy.c */
@@ -183,3 +185,5 @@ const vp8_prob vp8_coef_update_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTE
},
},
};
+
+#endif // VP8_COMMON_COEFUPDATEPROBS_H_