Mercurial > libavcodec.hg
changeset 5695:6b8daf48b82f libavcodec
HDYC fourcc, sample hdyc/Test2.avi
author | bcoudurier |
---|---|
date | Fri, 21 Sep 2007 18:23:46 +0000 |
parents | 7c2ce28a0314 |
children | 914ff70e1367 |
files | raw.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/raw.c Fri Sep 21 00:26:31 2007 +0000 +++ b/raw.c Fri Sep 21 18:23:46 2007 +0000 @@ -41,6 +41,7 @@ { PIX_FMT_YUYV422, MKTAG('Y', 'U', 'Y', '2') }, /* Packed formats */ { PIX_FMT_YUYV422, MKTAG('Y', '4', '2', '2') }, { PIX_FMT_UYVY422, MKTAG('U', 'Y', 'V', 'Y') }, + { PIX_FMT_UYVY422, MKTAG('H', 'D', 'Y', 'C') }, { PIX_FMT_GRAY8, MKTAG('G', 'R', 'E', 'Y') }, { PIX_FMT_RGB555, MKTAG('R', 'G', 'B', 15) }, { PIX_FMT_BGR555, MKTAG('B', 'G', 'R', 15) },