Mercurial > libavcodec.hg
changeset 10756:d2c1c2f835b7 libavcodec
Support raw black&white in mov, fixes issue 1654.
author | cehoyos |
---|---|
date | Wed, 30 Dec 2009 22:58:49 +0000 |
parents | 465c9e1cad02 |
children | 9de8bd6b4ca4 |
files | rawdec.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/rawdec.c Wed Dec 30 16:10:52 2009 +0000 +++ b/rawdec.c Wed Dec 30 22:58:49 2009 +0000 @@ -46,6 +46,7 @@ }; static const PixelFormatTag pixelFormatBpsMOV[] = { + { PIX_FMT_MONOWHITE, 1 }, { PIX_FMT_PAL8, 4 }, { PIX_FMT_PAL8, 8 }, // FIXME swscale does not support 16 bit in .mov, sample 16bit.mov