diff --git a/vp9/encoder/vp9_onyx_if.c b/vp9/encoder/vp9_onyx_if.c index 31df913eef7cfae19c1d6c2e0298c7ce51c5f476..3885e3678c04ce17177cf651a6951d5626c80ab5 100644 --- a/vp9/encoder/vp9_onyx_if.c +++ b/vp9/encoder/vp9_onyx_if.c @@ -3881,7 +3881,7 @@ int vp9_get_compressed_data(VP9_PTR ptr, unsigned int *frame_flags, double weight = 0; #if CONFIG_POSTPROC vp9_deblock(cm->frame_to_show, &cm->post_proc_buffer, - cm->filter_level * 10 / 6); + cpi->mb.e_mbd.lf.filter_level * 10 / 6); #endif vp9_clear_system_state();