Broken loop filter case.
Loop filter level moved to common but this case missed. Change-Id: I7fcb557e46ef4ed8e2b5e9c3e82cb042b55bbd7f
This commit is contained in:
parent
097046ae28
commit
c3b5ef7600
@ -3913,7 +3913,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,
|
||||
cpi->mb.e_mbd.lf.filter_level * 10 / 6);
|
||||
cm->lf.filter_level * 10 / 6);
|
||||
#endif
|
||||
vp9_clear_system_state();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user