[Ffmpeg-devel] [PATCH] from DivX, Part 7: MSVC fixes

Rich Felker dalias
Sat Dec 17 03:12:49 CET 2005


On Fri, Dec 16, 2005 at 01:49:16PM -1000, Steve Lhomme wrote:
> These are only the "soft" part of the MSVC fixes. That means I didn't 
> include parts I know wouldn't make it, like the named fields in structures.

> -    DCTELEM __align8 block[6][64];
> +    __align8(DCTELEM, block[6][64]);

And this is supposed to be readable how?? It doesn't even look like a
declaration anymore!

Rich





More information about the ffmpeg-devel mailing list