| Index: source/libvpx/vp8/common/loopfilter.h
|
| ===================================================================
|
| --- source/libvpx/vp8/common/loopfilter.h (revision 247498)
|
| +++ source/libvpx/vp8/common/loopfilter.h (working copy)
|
| @@ -16,6 +16,10 @@
|
| #include "vpx_config.h"
|
| #include "vp8_rtcd.h"
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| #define MAX_LOOP_FILTER 63
|
| /* fraction of total macroblock rows to be used in fast filter level picking */
|
| /* has to be > 2 */
|
| @@ -102,4 +106,8 @@
|
| int mb_row, int post_ystride, int post_uvstride,
|
| unsigned char *y_ptr, unsigned char *u_ptr,
|
| unsigned char *v_ptr);
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP8_COMMON_LOOPFILTER_H_
|
|
|