We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257ee8a commit ff3ae5cCopy full SHA for ff3ae5c
inc/mpp_frame.h
@@ -249,7 +249,7 @@ typedef enum {
249
typedef enum {
250
MPP_FMT_YUV420SP = (MPP_FRAME_FMT_YUV + 0), /* YYYY... UV... (NV12) */
251
/*
252
- * A rockchip specific pixel format, without gap between pixel aganist
+ * A rockchip specific pixel format, without gap between pixel against
253
* the P010_10LE/P010_10BE
254
*/
255
MPP_FMT_YUV420SP_10BIT = (MPP_FRAME_FMT_YUV + 1),
0 commit comments