| Index: source/libvpx/vp9/encoder/vp9_lookahead.h
|
| ===================================================================
|
| --- source/libvpx/vp9/encoder/vp9_lookahead.h (revision 247498)
|
| +++ source/libvpx/vp9/encoder/vp9_lookahead.h (working copy)
|
| @@ -14,6 +14,10 @@
|
| #include "vpx_scale/yv12config.h"
|
| #include "vpx/vpx_integer.h"
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| #define MAX_LAG_BUFFERS 25
|
|
|
| struct lookahead_entry {
|
| @@ -94,4 +98,8 @@
|
| */
|
| unsigned int vp9_lookahead_depth(struct lookahead_ctx *ctx);
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP9_ENCODER_VP9_LOOKAHEAD_H_
|
|
|