summaryrefslogtreecommitdiffstats
path: root/libvo/img_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/img_format.h')
-rw-r--r--libvo/img_format.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libvo/img_format.h b/libvo/img_format.h
index fc844539e0..6dd00a2060 100644
--- a/libvo/img_format.h
+++ b/libvo/img_format.h
@@ -35,14 +35,19 @@
#define IMGFMT_I420 0x30323449
#define IMGFMT_IYUV 0x56555949
#define IMGFMT_CLPL 0x4C504C43
+#define IMGFMT_Y800 0x30303859
+#define IMGFMT_Y8 0x20203859
/* Packed YUV Formats */
+#define IMGFMT_IUYV 0x56595549
+#define IMGFMT_IY41 0x31435949
#define IMGFMT_IYU1 0x31555949
#define IMGFMT_IYU2 0x32555949
#define IMGFMT_UYVY 0x59565955
#define IMGFMT_UYNV 0x564E5955
#define IMGFMT_cyuv 0x76757963
+#define IMGFMT_Y422 0x32323459
#define IMGFMT_YUY2 0x32595559
#define IMGFMT_YUNV 0x564E5559
#define IMGFMT_YVYU 0x55595659