]> granicus.if.org Git - libvpx/commit
Fix compile error in Chromium building.
authorJackyChen <jackychen@google.com>
Wed, 21 Jan 2015 20:59:25 +0000 (12:59 -0800)
committerJackyChen <jackychen@google.com>
Wed, 21 Jan 2015 20:59:25 +0000 (12:59 -0800)
commit25a19b48ff428e9b1345ff8495371b02d87b378a
tree0205dee781ffdcfd6fd05d29ae2abecd8f5a0d07
parentc97d435243caeac0bfc21d34244bd3fe5e6f686f
Fix compile error in Chromium building.

The comparison of address in the condition is not necessary, since
they will constantly be non-null.

Change-Id: Id0b0075283f5af65215d5761a8160a4cb2a15c9b
vp9/encoder/vp9_denoiser.c