summaryrefslogtreecommitdiffstats
path: root/vidix/fourcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/fourcc.h')
-rw-r--r--vidix/fourcc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vidix/fourcc.h b/vidix/fourcc.h
index 3b4c7919b5..e2ce256cca 100644
--- a/vidix/fourcc.h
+++ b/vidix/fourcc.h
@@ -51,6 +51,7 @@
#define IMGFMT_YV12 vid_fourcc('Y','V','1','2') /* 12 YVU 4:2:0 */
#define IMGFMT_I420 vid_fourcc('I','4','2','0') /* 12 YUV 4:2:0 */
#define IMGFMT_IYUV vid_fourcc('I','Y','U','V') /* 12 YUV 4:2:0 */
+#define IMGFMT_NV12 vid_fourcc('N','V','1','2')
#define IMGFMT_CLPL vid_fourcc('C','L','P','L') /* 12 */
#define IMGFMT_Y800 vid_fourcc('Y','8','0','0') /* 8 Y Grayscale */
#define IMGFMT_Y8 vid_fourcc('Y','8',' ',' ') /* 8 Y Grayscale */