| Index: source/libvpx/vp9/decoder/vp9_detokenize.h
|
| ===================================================================
|
| --- source/libvpx/vp9/decoder/vp9_detokenize.h (revision 177019)
|
| +++ source/libvpx/vp9/decoder/vp9_detokenize.h (working copy)
|
| @@ -23,7 +23,11 @@
|
| int vp9_decode_mb_tokens(VP9D_COMP* const, MACROBLOCKD* const,
|
| BOOL_DECODER* const);
|
|
|
| +int vp9_decode_sb_tokens(VP9D_COMP* const pbi,
|
| + MACROBLOCKD* const xd,
|
| + BOOL_DECODER* const bc);
|
| +
|
| int vp9_decode_mb_tokens_4x4_uv(VP9D_COMP* const dx, MACROBLOCKD* const xd,
|
| BOOL_DECODER* const bc);
|
|
|
| -#endif /* DETOKENIZE_H */
|
| +#endif // VP9_DECODER_VP9_DETOKENIZE_H_
|
|
|