From 1aa8394fa488f700578b5cf6fee5898918a27556 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 21 Jun 2002 20:25:45 +0000 Subject: 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 --- codec-cfg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'codec-cfg.c') 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}, -- cgit v1.2.3