summaryrefslogtreecommitdiffstats
path: root/codec-cfg.c
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 /codec-cfg.c
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 'codec-cfg.c')
-rw-r--r--codec-cfg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/codec-cfg.c b/codec-cfg.c
index b36ecfc50f..8315ef7cf2 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -155,6 +155,7 @@ static int add_to_format(char *s, char *alias,unsigned int *fourcc, unsigned int
{"444P", IMGFMT_444P},
{"422P", IMGFMT_422P},
{"411P", IMGFMT_411P},
+ {"440P", IMGFMT_440P},
{"Y800", IMGFMT_Y800},
{"Y8", IMGFMT_Y8},