Mercurial > mplayer.hg
comparison codec-cfg.c @ 10746:0e5e55232e9d
added nv12/nv21 and some other fourccs (still not synced)
author | alex |
---|---|
date | Sun, 31 Aug 2003 21:11:35 +0000 |
parents | 880e5d24c4c3 |
children | 12e04913ba25 |
comparison
equal
deleted
inserted
replaced
10745:90f92fd5047e | 10746:0e5e55232e9d |
---|---|
130 const unsigned int num; | 130 const unsigned int num; |
131 } fmt_table[] = { | 131 } fmt_table[] = { |
132 {"YV12", IMGFMT_YV12}, | 132 {"YV12", IMGFMT_YV12}, |
133 {"I420", IMGFMT_I420}, | 133 {"I420", IMGFMT_I420}, |
134 {"IYUV", IMGFMT_IYUV}, | 134 {"IYUV", IMGFMT_IYUV}, |
135 {"NV12", IMGFMT_NV12}, | |
136 {"NV21", IMGFMT_NV21}, | |
135 {"YVU9", IMGFMT_YVU9}, | 137 {"YVU9", IMGFMT_YVU9}, |
136 {"IF09", IMGFMT_IF09}, | 138 {"IF09", IMGFMT_IF09}, |
137 {"444P", IMGFMT_444P}, | 139 {"444P", IMGFMT_444P}, |
138 {"422P", IMGFMT_422P}, | 140 {"422P", IMGFMT_422P}, |
139 {"411P", IMGFMT_411P}, | 141 {"411P", IMGFMT_411P}, |