| Index: source/libvpx/vp8/encoder/ratectrl.h
|
| ===================================================================
|
| --- source/libvpx/vp8/encoder/ratectrl.h (revision 247498)
|
| +++ source/libvpx/vp8/encoder/ratectrl.h (working copy)
|
| @@ -14,6 +14,10 @@
|
|
|
| #include "onyx_int.h"
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| extern void vp8_save_coding_context(VP8_COMP *cpi);
|
| extern void vp8_restore_coding_context(VP8_COMP *cpi);
|
|
|
| @@ -26,4 +30,8 @@
|
| /* return of 0 means drop frame */
|
| extern int vp8_pick_frame_size(VP8_COMP *cpi);
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP8_ENCODER_RATECTRL_H_
|
|
|