| Index: source/libvpx/vp9/encoder/vp9_picklpf.h
 | 
| ===================================================================
 | 
| --- source/libvpx/vp9/encoder/vp9_picklpf.h	(revision 263011)
 | 
| +++ source/libvpx/vp9/encoder/vp9_picklpf.h	(working copy)
 | 
| @@ -16,13 +16,13 @@
 | 
|  extern "C" {
 | 
|  #endif
 | 
|  
 | 
| +#include "vp9/encoder/vp9_onyx_int.h"
 | 
| +
 | 
|  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(const struct yv12_buffer_config *sd,
 | 
| -                           struct VP9_COMP *cpi, int method);
 | 
| +                           struct VP9_COMP *cpi, LPF_PICK_METHOD method);
 | 
|  #ifdef __cplusplus
 | 
|  }  // extern "C"
 | 
|  #endif
 | 
| 
 |