summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_decodemv.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/decoder/vp9_decodemv.h')
-rw-r--r--vp9/decoder/vp9_decodemv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vp9/decoder/vp9_decodemv.h b/vp9/decoder/vp9_decodemv.h
index a5c44670c..5cd935760 100644
--- a/vp9/decoder/vp9_decodemv.h
+++ b/vp9/decoder/vp9_decodemv.h
@@ -8,6 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
+#ifndef VP9_DECODER_VP9_DECODEMV_H_
+#define VP9_DECODER_VP9_DECODEMV_H_
#include "vp9/decoder/vp9_onyxd_int.h"
@@ -17,3 +19,5 @@ void vp9_decode_mb_mode_mv(VP9D_COMP* const pbi,
int mb_col,
BOOL_DECODER* const bc);
void vp9_decode_mode_mvs_init(VP9D_COMP* const pbi, BOOL_DECODER* const bc);
+
+#endif // VP9_DECODER_VP9_DECODEMV_H_