summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/libvpx/source/libvpx/vp9/decoder/vp9_dsubexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libvpx/source/libvpx/vp9/decoder/vp9_dsubexp.h')
-rw-r--r--chromium/third_party/libvpx/source/libvpx/vp9/decoder/vp9_dsubexp.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/chromium/third_party/libvpx/source/libvpx/vp9/decoder/vp9_dsubexp.h b/chromium/third_party/libvpx/source/libvpx/vp9/decoder/vp9_dsubexp.h
index aeb9399d027..436f434fb18 100644
--- a/chromium/third_party/libvpx/source/libvpx/vp9/decoder/vp9_dsubexp.h
+++ b/chromium/third_party/libvpx/source/libvpx/vp9/decoder/vp9_dsubexp.h
@@ -12,8 +12,16 @@
#ifndef VP9_DECODER_VP9_DSUBEXP_H_
#define VP9_DECODER_VP9_DSUBEXP_H_
-#include "vp9/decoder/vp9_dboolhuff.h"
+#include "vp9/decoder/vp9_reader.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
void vp9_diff_update_prob(vp9_reader *r, vp9_prob* p);
+#ifdef __cplusplus
+} // extern "C"
+#endif
+
#endif // VP9_DECODER_VP9_DSUBEXP_H_