On Mon, Jul 09, 2012 at 07:57:22AM +0200, Kostya Shishkov wrote: > --- > I also took the liberty to get rid of floats in matrix generation.
Shouldn't that go in a separate patch? > --- /dev/null > +++ b/libavcodec/mss34dsp.c > @@ -0,0 +1,113 @@ > + > +#include "avcodec.h" > +#include "mss34dsp.h" stdint.h and libavutil/common.h should be enough. > --- /dev/null > +++ b/libavcodec/mss34dsp.h > @@ -0,0 +1,45 @@ > + > +#ifndef AVCODEC_MSS34DSP_H > +#define AVCODEC_MSS34DSP_H > + > +#include "avcodec.h" stdint.h should be enough. Patch LGTM otherwise. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
