Skip to content

Commit ff3ae5c

Browse files
cppcoffeeHermanChen
authored andcommitted
fix[mpi]: Fix typo
Reported by [email protected] #824 Change-Id: I9df340bf14296cc70275c248494d1cc3249942d3 Signed-off-by: Herman Chen <[email protected]>
1 parent 257ee8a commit ff3ae5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/mpp_frame.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ typedef enum {
249249
typedef enum {
250250
MPP_FMT_YUV420SP = (MPP_FRAME_FMT_YUV + 0), /* YYYY... UV... (NV12) */
251251
/*
252-
* A rockchip specific pixel format, without gap between pixel aganist
252+
* A rockchip specific pixel format, without gap between pixel against
253253
* the P010_10LE/P010_10BE
254254
*/
255255
MPP_FMT_YUV420SP_10BIT = (MPP_FRAME_FMT_YUV + 1),

0 commit comments

Comments
 (0)