pixdesc: mark pseudopaletted formats with a special flag.
authorAnton Khirnov <anton@khirnov.net>
Wed, 1 Feb 2012 14:32:21 +0000 (15:32 +0100)
committerAnton Khirnov <anton@khirnov.net>
Wed, 8 Feb 2012 20:01:31 +0000 (21:01 +0100)
commit38d553322891c8e47182f05199d19888422167dc
treec65ae36daf4d68dfdbea62accc7f33630cc338f5
parent8e37038a3458e6b55c9ebc28f077e2119a41b59e
pixdesc: mark pseudopaletted formats with a special flag.

This makes it possible to dintinguish them from PAL8.

Fixes an invalid write in avpicture_layout().
doc/APIchanges
libavcodec/imgconvert.c
libavcodec/rawdec.c
libavfilter/vf_crop.c
libavfilter/vf_pixdesctest.c
libavfilter/vf_scale.c
libavutil/avutil.h
libavutil/imgutils.c
libavutil/pixdesc.c
libavutil/pixdesc.h
libswscale/swscale_internal.h