Chromium Code Reviews| Index: source/libvpx/vp8/encoder/psnr.h |
| =================================================================== |
| --- source/libvpx/vp8/encoder/psnr.h (revision 247498) |
| +++ source/libvpx/vp8/encoder/psnr.h (working copy) |
| @@ -12,6 +12,14 @@ |
| #ifndef VP8_ENCODER_PSNR_H_ |
| #define VP8_ENCODER_PSNR_H_ |
| +#ifdef __cplusplus |
| +extern "C" { |
| +#endif |
| + |
| extern double vp8_mse2psnr(double Samples, double Peak, double Mse); |
| +#ifdef __cplusplus |
| +} // extern "C" |
| +#endif |
| + |
| #endif // VP8_ENCODER_PSNR_H_ |