summaryrefslogtreecommitdiff
path: root/vp9/common
diff options
context:
space:
mode:
authorJim Bankoski <jimbankoski@google.com>2014-08-04 08:52:53 -0700
committerJim Bankoski <jimbankoski@google.com>2014-08-04 08:52:53 -0700
commit7f63dabfe9bdcc010604af212b152a1cd2f75bdc (patch)
tree9b770f566ddc976f9bb7c1efa9aaba5f7dec5f8c /vp9/common
parentc3591463f4d36207053f3f70217c66e61ccdf217 (diff)
downloadlibvpx-7f63dabfe9bdcc010604af212b152a1cd2f75bdc.tar
libvpx-7f63dabfe9bdcc010604af212b152a1cd2f75bdc.tar.gz
libvpx-7f63dabfe9bdcc010604af212b152a1cd2f75bdc.tar.bz2
libvpx-7f63dabfe9bdcc010604af212b152a1cd2f75bdc.zip
break at the end of clauses with assert(0) to avoid gcc warning
Change-Id: I1b3c5337f018dde27dc819ab18bd081d169a91e8
Diffstat (limited to 'vp9/common')
-rw-r--r--vp9/common/vp9_entropy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp9/common/vp9_entropy.h b/vp9/common/vp9_entropy.h
index 5af88c3bd..8a10f2320 100644
--- a/vp9/common/vp9_entropy.h
+++ b/vp9/common/vp9_entropy.h
@@ -183,6 +183,7 @@ static INLINE int get_entropy_context(TX_SIZE tx_size, const ENTROPY_CONTEXT *a,
break;
default:
assert(0 && "Invalid transform size.");
+ break;
}
return combine_entropy_contexts(above_ec, left_ec);