summaryrefslogtreecommitdiffstats
path: root/video/zimg.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/zimg.c')
-rw-r--r--video/zimg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/zimg.c b/video/zimg.c
index 04a500705d..6814e9ebdc 100644
--- a/video/zimg.c
+++ b/video/zimg.c
@@ -576,7 +576,7 @@ static void setup_regular_rgb_packer(struct mp_zimg_repack *r)
for (int i = 0; i < MP_ARRAY_SIZE(regular_repackers); i++) {
const struct regular_repacker *pa = &regular_repackers[i];
- // The following may assumes little endian (because some repack backends
+ // The following may assume little endian (because some repack backends
// use word access, while the metadata here uses byte access).
int prepad = p->components[0] ? 0 : 8;