[MPlayer-dev-eng] [PATCH] dsputil.c no warning patch
Ivan Kalvachev
ivan at cacad.com
Thu Jul 15 10:23:13 CEST 2004
Patch rejected.
Well, you should take a look of me_cmp_func definition at dsputil.h::129
These function MUST return intigers, not pointers!!
The problem with incompatible pointers comes from that the definition
(from above) define (void * c ...) but the functions use (MpegEncContext *c ...)
as first parameter.
Wish You Best
Ivan Kalvachev
iive
P.S.
And yes, ffmpeg maillist is for lavc related stuff.
Chris White said:
> Gets rid of the "incompatible pointer type" warning from dsputil.c in
> libavcodec.
>
> Chris White
More information about the MPlayer-dev-eng
mailing list