[FFmpeg-devel] [PATCH] HAM6/HAM8 support for IFF demuxer/decoder

Peter Ross pross
Wed May 5 14:02:03 CEST 2010


On Tue, May 04, 2010 at 09:13:46PM +0200, Sebastian Vater wrote:
> Sebastian Vater a ?crit :

> +/**
> + * IFF extra context. This structure is prepended to actual palette data
> + */
> +typedef struct IffExtraContext {
> +    int      compression;  // Compression method used
> +    unsigned masking;      // TODO: Masking method used
> +    unsigned screenmode;   // Amiga Screenmode used (HAM/EHB are of interest here)
> +    unsigned transparency; // TODO: Transparency

these could all be chars.

otherwise it looks good.

-- Peter
(A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100505/4d1abaca/attachment.pgp>



More information about the ffmpeg-devel mailing list