summaryrefslogtreecommitdiff
path: root/vp8/decoder/decodemv.h
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2013-03-04 16:53:00 -0800
committerDmitry Kovalev <dkovalev@google.com>2013-03-04 16:53:00 -0800
commit33efdfec3f33c6c7f0d3915c8b5f6248613fd2f2 (patch)
treef1cdef0b8bbaa9dbd937a896bae6d7e2afe3c334 /vp8/decoder/decodemv.h
parent403145032d31dde5f619ca446b701a499e9e1b6c (diff)
downloadlibvpx-33efdfec3f33c6c7f0d3915c8b5f6248613fd2f2.tar
libvpx-33efdfec3f33c6c7f0d3915c8b5f6248613fd2f2.tar.gz
libvpx-33efdfec3f33c6c7f0d3915c8b5f6248613fd2f2.tar.bz2
libvpx-33efdfec3f33c6c7f0d3915c8b5f6248613fd2f2.zip
Code cleanup.
Writing all #define guards using the same style. Inlining macro VP8DX_BOOL_DECODER_FILL into vp8dx_bool_decoder_fill. Removing unnecessary includes. Change-Id: I483fa979ab34008bf7835b5f34c6471c44daf956
Diffstat (limited to 'vp8/decoder/decodemv.h')
-rw-r--r--vp8/decoder/decodemv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vp8/decoder/decodemv.h b/vp8/decoder/decodemv.h
index 940342447..05a33d27f 100644
--- a/vp8/decoder/decodemv.h
+++ b/vp8/decoder/decodemv.h
@@ -8,7 +8,11 @@
* be found in the AUTHORS file in the root of the source tree.
*/
+#ifndef DECODEMV_H_
+#define DECODEMV_H_
#include "onyxd_int.h"
void vp8_decode_mode_mvs(VP8D_COMP *);
+
+#endif // DECODEMV_H_