On Mon, Apr 11, 2011 at 11:07:34AM +0200, Luca Barbato wrote: > Move the function pointers in a separate file. > It will removed once the pointers will be factored in a more structured > form > > --- /dev/null > +++ b/libswscale/swscale_functions.c > @@ -0,0 +1,67 @@ > +#include <inttypes.h>
stdint.h is enough and this is missing the license header. > +void (*yv12toyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t > *vsrc, uint8_t *dst, > + long width, long height, > + long lumStride, long chromStride, long dstStride); nit: This may be better done in a separate change, but there are many loooong lines in swscale. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
