| Index: source/libvpx/vp9/common/vp9_mvref_common.c
|
| diff --git a/source/libvpx/vp9/common/vp9_mvref_common.c b/source/libvpx/vp9/common/vp9_mvref_common.c
|
| index 51e147e0056040ea7af7e8a8913ba9f65e0618c1..ce6952752a134e73eefde962e21028359798f2ab 100644
|
| --- a/source/libvpx/vp9/common/vp9_mvref_common.c
|
| +++ b/source/libvpx/vp9/common/vp9_mvref_common.c
|
| @@ -223,6 +223,6 @@ void vp9_append_sub8x8_mvs_for_idx(VP9_COMMON *cm, MACROBLOCKD *xd,
|
| break;
|
| }
|
| default:
|
| - assert("Invalid block index.");
|
| + assert(0 && "Invalid block index.");
|
| }
|
| }
|
|
|