| 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 7394b62b4517b10dfd74c47c0a3e7df1e50c07fc..c79dff71888980c39941fcdfdf0b36adf1acb52d 100644
|
| --- a/source/libvpx/vp9/decoder/vp9_decodemv.h
|
| +++ b/source/libvpx/vp9/decoder/vp9_decodemv.h
|
| @@ -11,6 +11,7 @@
|
| #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
|
| @@ -19,7 +20,8 @@ extern "C" {
|
|
|
| struct TileInfo;
|
|
|
| -void vp9_read_mode_info(VP9_COMMON *cm, MACROBLOCKD *xd,
|
| +void vp9_read_mode_info(VP9Decoder *const pbi, MACROBLOCKD *xd,
|
| + FRAME_COUNTS *counts,
|
| const struct TileInfo *const tile,
|
| int mi_row, int mi_col, vp9_reader *r);
|
|
|
|
|