aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vvc/intra_utils.c
diff options
context:
space:
mode:
authorTimo Rothenpieler <timo@rothenpieler.org>2025-08-01 22:43:23 +0200
committerTimo Rothenpieler <timo@rothenpieler.org>2025-08-03 13:48:47 +0200
commit262d41c8042acfa7ff1da6f256c367be86ecddb2 (patch)
treea9fb6b7aec94868375cf94f139dcd265158dbf7c /libavcodec/vvc/intra_utils.c
parent8d439b24839d486d1fcc858a2a5eb7ecd700e3a9 (diff)
downloadffmpeg-262d41c8042acfa7ff1da6f256c367be86ecddb2.tar.gz
all: fix typos found by codespell
Diffstat (limited to 'libavcodec/vvc/intra_utils.c')
-rw-r--r--libavcodec/vvc/intra_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vvc/intra_utils.c b/libavcodec/vvc/intra_utils.c
index 7229222b95..e44c3dcd04 100644
--- a/libavcodec/vvc/intra_utils.c
+++ b/libavcodec/vvc/intra_utils.c
@@ -193,7 +193,7 @@ int ff_vvc_intra_inv_angle_derive(const int intra_pred_angle)
return -ROUNDED_DIV(32*512, -intra_pred_angle);
}
-//8.4.5.2.7 Wide angle intra prediction mode mapping proces
+//8.4.5.2.7 Wide angle intra prediction mode mapping process
int ff_vvc_wide_angle_mode_mapping(const CodingUnit *cu,
const int tb_width, const int tb_height, const int c_idx, int pred_mode_intra)
{