Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: source/libvpx/vp8/common/onyx.h

Issue 1302353004: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: source/libvpx/vp8/common/onyx.h
diff --git a/source/libvpx/vp8/common/onyx.h b/source/libvpx/vp8/common/onyx.h
index f39b675cd508f35d0f5a9b75750b48d1d0e96547..febe81505a3497d988fcc273b0fac367ee66a0ce 100644
--- a/source/libvpx/vp8/common/onyx.h
+++ b/source/libvpx/vp8/common/onyx.h
@@ -65,7 +65,7 @@ extern "C"
#include <assert.h>
- static void Scale2Ratio(int mode, int *hr, int *hs)
+ static INLINE void Scale2Ratio(int mode, int *hr, int *hs)
{
switch (mode)
{
« no previous file with comments | « source/libvpx/vp8/common/mips/dspr2/vp8_loopfilter_filters_dspr2.c ('k') | source/libvpx/vp8/common/postproc.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698