| Index: source/libvpx/vp9/encoder/vp9_writer.h
|
| ===================================================================
|
| --- source/libvpx/vp9/encoder/vp9_writer.h (revision 247498)
|
| +++ source/libvpx/vp9/encoder/vp9_writer.h (working copy)
|
| @@ -15,6 +15,10 @@
|
|
|
| #include "vp9/common/vp9_prob.h"
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| typedef struct {
|
| unsigned int lowvalue;
|
| unsigned int range;
|
| @@ -105,4 +109,8 @@
|
|
|
| #define vp9_write_prob(w, v) vp9_write_literal((w), (v), 8)
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP9_ENCODER_VP9_WRITER_H_
|
|
|