| Index: source/libvpx/vp9/decoder/vp9_read_bit_buffer.h
|
| ===================================================================
|
| --- source/libvpx/vp9/decoder/vp9_read_bit_buffer.h (revision 247498)
|
| +++ source/libvpx/vp9/decoder/vp9_read_bit_buffer.h (working copy)
|
| @@ -15,6 +15,10 @@
|
|
|
| #include "vpx/vpx_integer.h"
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| typedef void (*vp9_rb_error_handler)(void *data, size_t bit_offset);
|
|
|
| struct vp9_read_bit_buffer {
|
| @@ -57,4 +61,8 @@
|
| return vp9_rb_read_bit(rb) ? -value : value;
|
| }
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP9_DECODER_VP9_READ_BIT_BUFFER_H_
|
|
|