summaryrefslogtreecommitdiffstats
path: root/libvo/img_format.h
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-29 17:08:17 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-29 17:08:17 +0000
commit3ce1e9002fbd589b1336f61eafc8ea3cfa6175b6 (patch)
tree4c6cc2eb0610166c617b8c2dec9ebc66895f6cf8 /libvo/img_format.h
parent5eaa1f97d3a0e80d9498546932d2f6114517ec88 (diff)
downloadmpv-3ce1e9002fbd589b1336f61eafc8ea3cfa6175b6.tar.bz2
mpv-3ce1e9002fbd589b1336f61eafc8ea3cfa6175b6.tar.xz
New ones
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3200 b3059339-0415-0410-9bf9-f77b7e298cf2
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