summaryrefslogtreecommitdiffstats
path: root/video/repack.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/repack.c')
-rw-r--r--video/repack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/repack.c b/video/repack.c
index 7973208caf..d50f642cb1 100644
--- a/video/repack.c
+++ b/video/repack.c
@@ -169,7 +169,7 @@ static void swap_endian(struct mp_image *dst, int dst_x, int dst_y,
((uint32_t *)d)[x] = av_bswap32(((uint32_t *)s)[x]);
break;
default:
- MP_UNREACHABLE();
+ MP_ASSERT_UNREACHABLE();
}
}
}