Mercurial > libavcodec.hg
changeset 8256:765685da1483 libavcodec
partial WRAW fourcc support, might need image flipping
author | bcoudurier |
---|---|
date | Thu, 04 Dec 2008 02:59:11 +0000 |
parents | 1c4ec499557e |
children | 6f0821e1f899 |
files | raw.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/raw.c Thu Dec 04 02:56:25 2008 +0000 +++ b/raw.c Thu Dec 04 02:59:11 2008 +0000 @@ -51,6 +51,7 @@ /* quicktime */ { PIX_FMT_UYVY422, MKTAG('2', 'v', 'u', 'y') }, { PIX_FMT_UYVY422, MKTAG('A', 'V', 'U', 'I') }, /* FIXME merge both fields */ + { PIX_FMT_PAL8, MKTAG('W', 'R', 'A', 'W') }, { PIX_FMT_NONE, 0 }, };