| Index: source/libvpx/vp9/encoder/vp9_picklpf.h
|
| ===================================================================
|
| --- source/libvpx/vp9/encoder/vp9_picklpf.h (revision 247498)
|
| +++ source/libvpx/vp9/encoder/vp9_picklpf.h (working copy)
|
| @@ -12,11 +12,19 @@
|
| #ifndef VP9_ENCODER_VP9_PICKLPF_H_
|
| #define VP9_ENCODER_VP9_PICKLPF_H_
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| struct yv12_buffer_config;
|
| struct VP9_COMP;
|
|
|
| void vp9_set_alt_lf_level(struct VP9_COMP *cpi, int filt_val);
|
|
|
| -void vp9_pick_filter_level(struct yv12_buffer_config *sd,
|
| - struct VP9_COMP *cpi, int partial);
|
| +void vp9_pick_filter_level(const struct yv12_buffer_config *sd,
|
| + struct VP9_COMP *cpi, int method);
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP9_ENCODER_VP9_PICKLPF_H_
|
|
|