Index: source/libvpx/vp9/decoder/vp9_decodeframe.h |
diff --git a/source/libvpx/vp9/decoder/vp9_decodeframe.h b/source/libvpx/vp9/decoder/vp9_decodeframe.h |
index 10a9e34629b4543a09d020a80fffe99eaa3dd65d..8410c541e450a98200978ba04d7af66b416ff057 100644 |
--- a/source/libvpx/vp9/decoder/vp9_decodeframe.h |
+++ b/source/libvpx/vp9/decoder/vp9_decodeframe.h |
@@ -31,6 +31,9 @@ void vp9_read_frame_size(struct vp9_read_bit_buffer *rb, |
int *width, int *height); |
BITSTREAM_PROFILE vp9_read_profile(struct vp9_read_bit_buffer *rb); |
+void vp9_dec_build_inter_predictors_sb(struct VP9Decoder *const pbi, |
+ MACROBLOCKD *xd, int mi_row, int mi_col, |
+ BLOCK_SIZE bsize); |
#ifdef __cplusplus |
} // extern "C" |
#endif |