]> granicus.if.org Git - libvpx/commitdiff
Fix a compile failure in vp9_get_compressed_data
authorJingning Han <jingning@google.com>
Mon, 12 Aug 2013 18:41:09 +0000 (11:41 -0700)
committerJingning Han <jingning@google.com>
Mon, 12 Aug 2013 18:42:17 +0000 (11:42 -0700)
The lf struct is now with VP9_COMMON, instead of MACROBLOCKD.

Change-Id: Idfdd4f91f78f486078a138322d58bb61e93e1bc9

vp9/encoder/vp9_onyx_if.c

index 26a8fd5ab01d31a24be0276ff277dc06bf28a379..7ba322bfca2b61feefc2402682f01e06364302fb 100644 (file)
@@ -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();