| Index: source/libvpx/vp8/decoder/treereader.h
|
| diff --git a/source/libvpx/vp8/decoder/treereader.h b/source/libvpx/vp8/decoder/treereader.h
|
| index 35ee696000d93440af8f519f19f8f58d455dd323..f7d23c36989830c2cc5b25626375c0cf83ac4036 100644
|
| --- a/source/libvpx/vp8/decoder/treereader.h
|
| +++ b/source/libvpx/vp8/decoder/treereader.h
|
| @@ -12,6 +12,7 @@
|
| #ifndef VP8_DECODER_TREEREADER_H_
|
| #define VP8_DECODER_TREEREADER_H_
|
|
|
| +#include "./vpx_config.h"
|
| #include "vp8/common/treecoder.h"
|
| #include "dboolhuff.h"
|
|
|
| @@ -28,7 +29,7 @@ typedef BOOL_DECODER vp8_reader;
|
|
|
| /* Intent of tree data structure is to make decoding trivial. */
|
|
|
| -static int vp8_treed_read(
|
| +static INLINE int vp8_treed_read(
|
| vp8_reader *const r, /* !!! must return a 0 or 1 !!! */
|
| vp8_tree t,
|
| const vp8_prob *const p
|
|
|