| Index: source/libvpx/vp9/encoder/vp9_extend.h
|
| ===================================================================
|
| --- source/libvpx/vp9/encoder/vp9_extend.h (revision 247498)
|
| +++ source/libvpx/vp9/encoder/vp9_extend.h (working copy)
|
| @@ -14,7 +14,11 @@
|
| #include "vpx_scale/yv12config.h"
|
| #include "vpx/vpx_integer.h"
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
|
|
| +
|
| void vp9_copy_and_extend_frame(const YV12_BUFFER_CONFIG *src,
|
| YV12_BUFFER_CONFIG *dst);
|
|
|
| @@ -22,4 +26,8 @@
|
| YV12_BUFFER_CONFIG *dst,
|
| int srcy, int srcx,
|
| int srch, int srcw);
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP9_ENCODER_VP9_EXTEND_H_
|
|
|