commit | 618c7d27a0e5521d5031d8d885b45536dda50815 | [log] [tgz] |
---|---|---|
author | John Koleszar <jkoleszar@google.com> | Mon Aug 09 09:33:00 2010 -0400 |
committer | John Koleszar <jkoleszar@google.com> | Mon Aug 09 09:36:44 2010 -0400 |
tree | 2cb2fbc4c9af033c1e274abd18de03d1863e530e | |
parent | cfb204eaf7b8f6c20c7c8a207e6fae89d7337a73 [diff] |
Mark loopfilter C functions as static Clang defaults to C99 mode, and inline works differently in C99. (gcc, on the other hand, defaults to a special gnu-style inlining, which uses different syntax.) Making the functions static makes sure clang doesn't decide to discard a function because it's too large to inline. Thanks to eli.friedman for the patch. Fixes http://code.google.com/p/webm/issues/detail?id=114 Change-Id: If3c1c3c176eb855a584a60007237283b0cc631a4