commit | b4ed1493fc2da3fc32c5e7d1749abe6fefb4a6dc | [log] [tgz] |
---|---|---|
author | hui su <huisu@google.com> | Wed May 31 17:25:42 2017 -0700 |
committer | Hui Su <huisu@google.com> | Thu Jun 01 17:00:30 2017 +0000 |
tree | a0dc65f432e61ffe96b656a971f6ee203214cc60 | |
parent | 749f5cd51d0fb0ea1aa139a17008f491cfbaeb10 [diff] [blame] |
filter-intra: fix compiler warnings when cb4x4 is off Change-Id: I995b1ba6b1dafeceb1e75a3d71d6630215a8df68
diff --git a/av1/decoder/decodemv.c b/av1/decoder/decodemv.c index 988c5ee..1cdbecb 100644 --- a/av1/decoder/decodemv.c +++ b/av1/decoder/decodemv.c
@@ -782,7 +782,10 @@ xd->plane[1].subsampling_x, xd->plane[1].subsampling_y)) return; -#endif +#else + (void)mi_row; + (void)mi_col; +#endif // CONFIG_CB4X4 if (mbmi->uv_mode == DC_PRED #if CONFIG_PALETTE