ref: 26aecea75820c782c3a41f878d8f34f81a9b5e7c
parent: 7205a52c28959a83f67dd2e1824c1b182bce3f7b
author: Jerome Jiang <jianj@google.com>
date: Fri Jan 11 09:32:09 EST 2019
Fix typo. Blocking libvpx update into google3. Change-Id: I18c29f0a68568e65ae5e0c7fcdb5097b08b586a6
--- a/vp9/encoder/vp9_mcomp.h
+++ b/vp9/encoder/vp9_mcomp.h
@@ -167,8 +167,7 @@
case BLOCK_64X64: square_bsize = BLOCK_32X32; break;
default:
square_bsize = BLOCK_INVALID;
- printf("ERROR: invlid block size %d\n", bsize);
- assert(0);
+ assert(0 && "ERROR: invalid block size");
break;
}
return square_bsize;