From ff3ae5c01044bab536a520a3c97f1ec85cb4f78b Mon Sep 17 00:00:00 2001 From: Xiaobo Liu Date: Thu, 10 Apr 2025 16:42:18 +0800 Subject: [PATCH] fix[mpi]: Fix typo Reported by cppcoffee@gmail.com https://github.com/rockchip-linux/mpp/pull/824 Change-Id: I9df340bf14296cc70275c248494d1cc3249942d3 Signed-off-by: Herman Chen --- inc/mpp_frame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/mpp_frame.h b/inc/mpp_frame.h index 32de7729..abe71201 100644 --- a/inc/mpp_frame.h +++ b/inc/mpp_frame.h @@ -249,7 +249,7 @@ typedef enum { typedef enum { MPP_FMT_YUV420SP = (MPP_FRAME_FMT_YUV + 0), /* YYYY... UV... (NV12) */ /* - * A rockchip specific pixel format, without gap between pixel aganist + * A rockchip specific pixel format, without gap between pixel against * the P010_10LE/P010_10BE */ MPP_FMT_YUV420SP_10BIT = (MPP_FRAME_FMT_YUV + 1),