From 3409c0dde54a8a754db756123d7399ee96c1eedd Mon Sep 17 00:00:00 2001 From: David Barker Date: Fri, 30 Jun 2017 17:33:13 +0100 Subject: [PATCH] Fix typo in error message Change-Id: I0f80836f7d3fdf4c6b74b3972ae4fbf802b1c99e --- av1/decoder/decodemv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/av1/decoder/decodemv.c b/av1/decoder/decodemv.c index 1e289a4cc..1f4f54758 100644 --- a/av1/decoder/decodemv.c +++ b/av1/decoder/decodemv.c @@ -2209,7 +2209,7 @@ static void read_inter_block_mode_info(AV1Decoder *const pbi, mbmi->mode = ZEROMV; if (bsize < BLOCK_8X8 && !unify_bsize) { aom_internal_error(xd->error_info, AOM_CODEC_UNSUP_BITSTREAM, - "Invalid usage of segement feature on small blocks"); + "Invalid usage of segment feature on small blocks"); return; } } else { -- GitLab