commit | 76c1896fda3ef3e0847b39882bf6143af245df06 | [log] [tgz] |
---|---|---|
author | Tom Finegan <tomfinegan@google.com> | Tue Feb 18 18:26:42 2014 -0800 |
committer | Tom Finegan <tomfinegan@google.com> | Tue Feb 18 18:26:42 2014 -0800 |
tree | 367f9da29896f96c3f5922590437585d379083e6 | |
parent | e3178d0c1c21534f933cb8196b79e420c5760d1a [diff] |
vp9_vaq.c: Cast result of round() to int to silence warning caused by clamp() call. clamp() wants an int, round returns a double, warning! Too bad we can't just use lrint. Change-Id: I9c08289dde742fac0d673df8559a1892edcd1bc7