| Index: source/libvpx/y4minput.h
|
| ===================================================================
|
| --- source/libvpx/y4minput.h (revision 247498)
|
| +++ source/libvpx/y4minput.h (working copy)
|
| @@ -17,8 +17,12 @@
|
| # include <stdio.h>
|
| # include "vpx/vpx_image.h"
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
|
|
|
|
| +
|
| typedef struct y4m_input y4m_input;
|
|
|
|
|
| @@ -62,4 +66,8 @@
|
| void y4m_input_close(y4m_input *_y4m);
|
| int y4m_input_fetch_frame(y4m_input *_y4m, FILE *_fin, vpx_image_t *img);
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // Y4MINPUT_H_
|
|
|