From: Jim Bankoski Date: Fri, 1 Aug 2014 23:05:30 +0000 (-0700) Subject: vp9_entropy: inline comes first to avoid warning. X-Git-Tag: v1.4.0~1101^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c74e6aac7e87228b71915be2687962d7c48d331;p=libvpx vp9_entropy: inline comes first to avoid warning. Change-Id: I5b050122e6ed183a5b33c1f38e4fbf63b6721062 --- diff --git a/vp9/common/vp9_entropy.h b/vp9/common/vp9_entropy.h index 9622ca313..5af88c3bd 100644 --- a/vp9/common/vp9_entropy.h +++ b/vp9/common/vp9_entropy.h @@ -188,7 +188,7 @@ static INLINE int get_entropy_context(TX_SIZE tx_size, const ENTROPY_CONTEXT *a, return combine_entropy_contexts(above_ec, left_ec); } -static const INLINE scan_order *get_scan(const MACROBLOCKD *xd, TX_SIZE tx_size, +static INLINE const scan_order *get_scan(const MACROBLOCKD *xd, TX_SIZE tx_size, PLANE_TYPE type, int block_idx) { const MODE_INFO *const mi = xd->mi[0];