On Wed, Apr 10, 2013 at 04:11:05PM +0200, Diego Biurrun wrote:
> On Wed, Apr 10, 2013 at 11:52:31AM +0300, Martin Storsjö wrote:
> > --- /dev/null
> > +++ b/libavcodec/hpeldsp.c
> > @@ -0,0 +1,56 @@
> > +
> > +#include "libavutil/attributes.h"
> > +#include "libavutil/intreadwrite.h"
> > +#include "hpeldsp.h"
> > +
> > +#define BIT_DEPTH 8
> > +#include "hpeldsp_template.c"
> > +
> > +av_cold void ff_hpeldsp_init(HpelDSPContext* c, int flags)
> 
> *c
> 
> The flags parameter is unused.

It's obviously for the better control - look at VP3 for the intended usage.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to