| Index: source/libvpx/vp8/encoder/firstpass.h
|
| ===================================================================
|
| --- source/libvpx/vp8/encoder/firstpass.h (revision 247498)
|
| +++ source/libvpx/vp8/encoder/firstpass.h (working copy)
|
| @@ -12,6 +12,10 @@
|
| #ifndef VP8_ENCODER_FIRSTPASS_H_
|
| #define VP8_ENCODER_FIRSTPASS_H_
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| extern void vp8_init_first_pass(VP8_COMP *cpi);
|
| extern void vp8_first_pass(VP8_COMP *cpi);
|
| extern void vp8_end_first_pass(VP8_COMP *cpi);
|
| @@ -21,4 +25,8 @@
|
| extern void vp8_end_second_pass(VP8_COMP *cpi);
|
|
|
| extern size_t vp8_firstpass_stats_sz(unsigned int mb_count);
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP8_ENCODER_FIRSTPASS_H_
|
|
|