comparison codec-cfg.c @ 6489:37fb529873d7

yvu9 support, 0l to me becouse i forget to commit it (0l becouse i've drinken 1litre of bier, yet ;)
author alex
date Fri, 21 Jun 2002 20:25:45 +0000
parents d253cf4f43a9
children f0788e0f7475
comparison
equal deleted inserted replaced
6488:2b6692507c8c 6489:37fb529873d7
116 const unsigned int num; 116 const unsigned int num;
117 } fmt_table[] = { 117 } fmt_table[] = {
118 {"YV12", IMGFMT_YV12}, 118 {"YV12", IMGFMT_YV12},
119 {"I420", IMGFMT_I420}, 119 {"I420", IMGFMT_I420},
120 {"IYUV", IMGFMT_IYUV}, 120 {"IYUV", IMGFMT_IYUV},
121 {"YVU9", IMGFMT_YVU9},
121 122
122 {"YUY2", IMGFMT_YUY2}, 123 {"YUY2", IMGFMT_YUY2},
123 {"UYVY", IMGFMT_UYVY}, 124 {"UYVY", IMGFMT_UYVY},
124 {"YVYU", IMGFMT_YVYU}, 125 {"YVYU", IMGFMT_YVYU},
125 126