commit | ba186095029953985616b41e67db1a1c96c1c11c | [log] [tgz] |
---|---|---|
author | Johann <johannkoenig@google.com> | Tue Feb 03 12:58:34 2015 -0800 |
committer | Johann <johannkoenig@google.com> | Tue Feb 03 13:03:46 2015 -0800 |
tree | f2e60faa3d7c4ff009fea448bbf27d42fb0c86a1 | |
parent | 51945a54003f5dcc7642467ad0718f701d526764 [diff] |
Remove unnecessary pointer check The original implementation had the following comment: // Ignore mv costing if mvsadcost is NULL However the current implementation does not allow for this. If x exists then nmvsadcost must not be null. This removes the only warning from -Wpointer-bool-conversion https://code.google.com/p/webm/issues/detail?id=894 Change-Id: I1a2cee340d7972d41e1bbbe1ec8dfbe917667085