| Index: source/libvpx/vp8/decoder/error_concealment.h
|
| ===================================================================
|
| --- source/libvpx/vp8/decoder/error_concealment.h (revision 247498)
|
| +++ source/libvpx/vp8/decoder/error_concealment.h (working copy)
|
| @@ -15,6 +15,10 @@
|
| #include "onyxd_int.h"
|
| #include "ec_types.h"
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| /* Allocate memory for the overlap lists */
|
| int vp8_alloc_overlap_lists(VP8D_COMP *pbi);
|
|
|
| @@ -38,4 +42,8 @@
|
| */
|
| void vp8_conceal_corrupt_mb(MACROBLOCKD *xd);
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP8_DECODER_ERROR_CONCEALMENT_H_
|
|
|