Index: source/libvpx/vp9/decoder/vp9_decodemv.h |
diff --git a/source/libvpx/vp9/decoder/vp9_decodemv.h b/source/libvpx/vp9/decoder/vp9_decodemv.h |
index c79dff71888980c39941fcdfdf0b36adf1acb52d..7394b62b4517b10dfd74c47c0a3e7df1e50c07fc 100644 |
--- a/source/libvpx/vp9/decoder/vp9_decodemv.h |
+++ b/source/libvpx/vp9/decoder/vp9_decodemv.h |
@@ -11,7 +11,6 @@ |
#ifndef VP9_DECODER_VP9_DECODEMV_H_ |
#define VP9_DECODER_VP9_DECODEMV_H_ |
-#include "vp9/decoder/vp9_decoder.h" |
#include "vp9/decoder/vp9_reader.h" |
#ifdef __cplusplus |
@@ -20,8 +19,7 @@ extern "C" { |
struct TileInfo; |
-void vp9_read_mode_info(VP9Decoder *const pbi, MACROBLOCKD *xd, |
- FRAME_COUNTS *counts, |
+void vp9_read_mode_info(VP9_COMMON *cm, MACROBLOCKD *xd, |
const struct TileInfo *const tile, |
int mi_row, int mi_col, vp9_reader *r); |