]> granicus.if.org Git - libvpx/commit
Fix 2 warning when building with GCC 5.
authorGeza Lore <gezalore@gmail.com>
Wed, 13 Apr 2016 09:45:16 +0000 (10:45 +0100)
committerGeza Lore <gezalore@gmail.com>
Wed, 13 Apr 2016 09:49:52 +0000 (10:49 +0100)
commitc6cf7a6111f6539f01a34865aaedd179a5ae062c
tree4d0b968d6231ac4605bed6215b7a1e54fb29b781
parentc1729d12b8d7d46e83490feb070c4654ac5be4c9
Fix 2 warning when building with GCC 5.

These caused the following warning with GCC 5:
     warning: logical not is only applied to the left hand side of
     comparison [-Wlogical-not-parentheses]
     assert(!is_compound == (cm->reference_mode == SINGLE_REFERENCE));

Change-Id: If296aabb2311ceb7d903b395c1549ef81c2cbf9b
vp10/encoder/bitstream.c
vp9/encoder/vp9_bitstream.c