summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/img_format.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-30 12:03:17 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-30 12:03:17 +0000
commitcc46a64a26bc351a440ac615ac65cec864dba845 (patch)
tree673f34f9430d951e1f2c88465659ff804e926630 /libmpcodecs/img_format.h
parent8e35068138e7e6398c03b6b38a69be9aaef426c7 (diff)
downloadmpv-cc46a64a26bc351a440ac615ac65cec864dba845.tar.bz2
mpv-cc46a64a26bc351a440ac615ac65cec864dba845.tar.xz
Add support for 440p colorspace.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30140 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/img_format.h')
-rw-r--r--libmpcodecs/img_format.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpcodecs/img_format.h b/libmpcodecs/img_format.h
index 56d96c481a..bcbdf0b56e 100644
--- a/libmpcodecs/img_format.h
+++ b/libmpcodecs/img_format.h
@@ -71,6 +71,7 @@
#define IMGFMT_444P 0x50343434
#define IMGFMT_422P 0x50323234
#define IMGFMT_411P 0x50313134
+#define IMGFMT_440P 0x50303434
#define IMGFMT_HM12 0x32314D48
/* Packed YUV Formats */