| Index: source/libvpx/vp9/encoder/vp9_temporal_filter.h
|
| ===================================================================
|
| --- source/libvpx/vp9/encoder/vp9_temporal_filter.h (revision 247498)
|
| +++ source/libvpx/vp9/encoder/vp9_temporal_filter.h (working copy)
|
| @@ -11,8 +11,16 @@
|
| #ifndef VP9_ENCODER_VP9_TEMPORAL_FILTER_H_
|
| #define VP9_ENCODER_VP9_TEMPORAL_FILTER_H_
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| void vp9_temporal_filter_prepare(VP9_COMP *cpi, int distance);
|
| void configure_arnr_filter(VP9_COMP *cpi, const unsigned int this_frame,
|
| const int group_boost);
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP9_ENCODER_VP9_TEMPORAL_FILTER_H_
|
|
|