[XviD-devel] new .asm file (dev-api-3 only)

Christoph Lampert xvid-devel@xvid.org
Thu, 26 Sep 2002 11:36:21 +0200 (CEST)


Hi,

I just saw in you ASM code: 

%define IMAGE_Y 0 ; Warning! these offsets reflect the IMAGE structfields.
%define IMAGE_U 4
%define IMAGE_V 8

Somehow I have the impression that this will lead us into trouble one day,
when nobody remembers anymore what was done... Image-structure might get a
small modification (alpha channel?), or what if pointers become 64bit on
x86-64? 

Can't this be solved somehow different? 

gruel