]> granicus.if.org Git - libvpx/commit
Fix build error.
authorPaul Wilkins <paulwilkins@google.com>
Mon, 22 Jul 2013 13:01:43 +0000 (14:01 +0100)
committerPaul Wilkins <paulwilkins@google.com>
Mon, 22 Jul 2013 13:01:43 +0000 (14:01 +0100)
commit888375d2430f0f08974230b9f2db6681a6673d56
tree07a8c2dd12b65d39f7eb0fd6eee55a99b30ff96b
parentee1fe2f750c94c2b87a6c95722d919eda933bca1
Fix build error.

When CONFIG_POSTPROC is set there was a now
invalid reference to cm->filter_level.

Changed to cpi->mb.e_mbd.lf.filter_level in line with
change Iaf5fb71c33719cdfa1b991f671caf071be9ea035

Change-Id: If746e60044903f7ba8d0d346225b3d015226c7d0
vp9/encoder/vp9_onyx_if.c