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),