[XviD-devel] Function names in XviD

Christoph Lampert xvid-devel@xvid.org
Fri, 20 Sep 2002 09:56:07 +0200 (CEST)


Hi,

since there were name conflicts with mplayer, we maybe should think about 
really giving unique names to XviD common functions, like fdct_mmx().
E.g. all nontrivial exported routines could be labeled  xvid_XXX
like

xvid_fdct_mmx() 
xvid_sad16_c()

Since they will only be referenced by function pointers which are not
exported, only the routines themselves and the file xvid.c where
these pointers are initialized would be affected. The rest of the code
would work with the usual "sad16()".

Any volunteers / objectors?

gruel