| Index: source/libvpx/vp9/common/vp9_postproc.h
|
| ===================================================================
|
| --- source/libvpx/vp9/common/vp9_postproc.h (revision 223100)
|
| +++ source/libvpx/vp9/common/vp9_postproc.h (working copy)
|
| @@ -26,7 +26,7 @@
|
| #include "vp9/common/vp9_onyxc_int.h"
|
| #include "vp9/common/vp9_ppflags.h"
|
|
|
| -int vp9_post_proc_frame(struct VP9Common *oci,
|
| +int vp9_post_proc_frame(struct VP9Common *cm,
|
| YV12_BUFFER_CONFIG *dest, vp9_ppflags_t *flags);
|
|
|
| void vp9_denoise(const YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst, int q);
|
|
|