I've made a lot of changes recently, ignoring encode.c--my bad.
I'm going to revisit the TODO list now, and encode.c will
be high priority.
-- Buck
Lukas Knutsson <lu...@ra...> writes:
> I upgraded sdl to 1.1.6 and can build libdv but cannot compile
> encode.c. Amongst small function definition problems (ie memset not
> defined etc) I hit this error,
> encode.c:571: too few arguments to function `dv_place_411_macroblock'
> That function is actually defined as such. place.h:extern void
> dv_place_411_macroblock(dv_macroblock_t *mb, gint *x, gint *y);
> But the method is called from encode by passing an int instead of 2
> gint*'s.
> It looks like encode.c is a bit broken. Anybody working on it ?
> /Lukas
|