X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Flibvpx%2Fsource%2Flibvpx%2Fvp8%2Fcommon%2Fswapyv12buffer.h;h=1d66cd3d62e61e6e19db5e8ef389b46d1159c63f;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=ea8977b10013b4096f97c43e1554a16b27337640;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/libvpx/source/libvpx/vp8/common/swapyv12buffer.h b/src/third_party/libvpx/source/libvpx/vp8/common/swapyv12buffer.h index ea8977b..1d66cd3 100644 --- a/src/third_party/libvpx/source/libvpx/vp8/common/swapyv12buffer.h +++ b/src/third_party/libvpx/source/libvpx/vp8/common/swapyv12buffer.h @@ -14,6 +14,14 @@ #include "vpx_scale/yv12config.h" +#ifdef __cplusplus +extern "C" { +#endif + void vp8_swap_yv12_buffer(YV12_BUFFER_CONFIG *new_frame, YV12_BUFFER_CONFIG *last_frame); +#ifdef __cplusplus +} // extern "C" +#endif + #endif // VP8_COMMON_SWAPYV12BUFFER_H_