| Index: source/libvpx/vp9/encoder/vp9_tokenize.h
|
| ===================================================================
|
| --- source/libvpx/vp9/encoder/vp9_tokenize.h (revision 247498)
|
| +++ source/libvpx/vp9/encoder/vp9_tokenize.h (working copy)
|
| @@ -16,6 +16,10 @@
|
| #include "vp9/encoder/vp9_block.h"
|
| #include "vp9/encoder/vp9_treewriter.h"
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| void vp9_tokenize_initialize();
|
|
|
| #define EOSB_TOKEN 127 // Not signalled, encoder only
|
| @@ -50,4 +54,8 @@
|
| */
|
| extern const TOKENVALUE *vp9_dct_value_tokens_ptr;
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP9_ENCODER_VP9_TOKENIZE_H_
|
|
|