shithub: libvpx

Download patch

ref: 32bcc4ae16230248c23b275ece619946171aa448
parent: 495282774eb033896044cabfb1f05ce59e66831d
parent: 26aecea75820c782c3a41f878d8f34f81a9b5e7c
author: Jerome Jiang <jianj@google.com>
date: Mon Jan 14 14:19:08 EST 2019

Merge "Fix typo."

--- 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;