summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/libvpx/source/libvpx/vp8/decoder/decodemv.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libvpx/source/libvpx/vp8/decoder/decodemv.h')
-rw-r--r--chromium/third_party/libvpx/source/libvpx/vp8/decoder/decodemv.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/chromium/third_party/libvpx/source/libvpx/vp8/decoder/decodemv.h b/chromium/third_party/libvpx/source/libvpx/vp8/decoder/decodemv.h
index 05a33d27f6a..f33b07351d3 100644
--- a/chromium/third_party/libvpx/source/libvpx/vp8/decoder/decodemv.h
+++ b/chromium/third_party/libvpx/source/libvpx/vp8/decoder/decodemv.h
@@ -8,11 +8,19 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef DECODEMV_H_
-#define DECODEMV_H_
+#ifndef VP8_DECODER_DECODEMV_H_
+#define VP8_DECODER_DECODEMV_H_
#include "onyxd_int.h"
+#ifdef __cplusplus
+extern "C" {
+#endif
+
void vp8_decode_mode_mvs(VP8D_COMP *);
-#endif // DECODEMV_H_
+#ifdef __cplusplus
+} // extern "C"
+#endif
+
+#endif // VP8_DECODER_DECODEMV_H_