mirror of
https://github.com/nyanmisaka/mpp.git
synced 2026-01-24 01:10:39 +01:00
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 <herman.chen@rock-chips.com>
This commit is contained in:
parent
257ee8ab51
commit
ff3ae5c010
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue