[MPlayer-dev-eng] [PATCH] add support alpry lossless codec
Arpi
arpi at thot.banki.hu
Wed Mar 24 22:09:59 CET 2004
Hi,
> > -static int expwsprintfA(char* string, char* format, ...)
> > +static int expwsprintfA(char* string, const char* format, ...)
> Why changing it to const?
it doesnt really matter, afaik const only affects gcc warnings/errors
> > -int expRegisterClassA(const void/*WNDCLASSA*/ *wc)
> > +static int WINAPI expRegisterClassA(const void/*WNDCLASSA*/ *wc)
it's ok to change exp* to static, actually they should all be
static, except the ones used directly by other files in loader/ or
the dshow/dmo/vfw/acm interface implementations
A'rpi / Astral & ESP-team
--
Developer of MPlayer G2, the Movie Framework for all - http://www.MPlayerHQ.hu
More information about the MPlayer-dev-eng
mailing list