summaryrefslogtreecommitdiffstats
path: root/codec-cfg.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-21 20:25:45 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-21 20:25:45 +0000
commit1aa8394fa488f700578b5cf6fee5898918a27556 (patch)
tree7116443c52151df9b25a557248c5617f6feeaa93 /codec-cfg.c
parentdc089b3a2e3b04b1dde39f8d46733d04e837e44f (diff)
downloadmpv-1aa8394fa488f700578b5cf6fee5898918a27556.tar.bz2
mpv-1aa8394fa488f700578b5cf6fee5898918a27556.tar.xz
yvu9 support, 0l to me becouse i forget to commit it (0l becouse i've drinken 1litre of bier, yet ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6490 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 e8c1328e81..eb5aadb866 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -118,6 +118,7 @@ static int add_to_format(char *s, unsigned int *fourcc, unsigned int *fourccmap)
{"YV12", IMGFMT_YV12},
{"I420", IMGFMT_I420},
{"IYUV", IMGFMT_IYUV},
+ {"YVU9", IMGFMT_YVU9},
{"YUY2", IMGFMT_YUY2},
{"UYVY", IMGFMT_UYVY},