On Thu, Mar 20, 2014 at 02:29:06PM +0100, Luca Barbato wrote:
> On 19/03/14 19:13, Diego Biurrun wrote:
> > This allows detemplatizing the bits that are not instantiated twice.
> > ---
> >  libavcodec/dsputil.c             |  3 ++-
> >  libavcodec/dsputil_template.c    | 27 ---------------------
> >  libavcodec/dsputilenc_template.c | 51 
> > ++++++++++++++++++++++++++++++++++++++++
> >  3 files changed, 53 insertions(+), 28 deletions(-)
> >  create mode 100644 libavcodec/dsputilenc_template.c
> 
> since it is mostly draw_edges and clear_block, maybe you could fold some
> of those patches and move those two out directly.
> 
> (the end result is ok, the intermediate steps are a bit hard to follow)

Do you want me to redo this patch?  Both draw_edges and clear_block
will eventually end up in small separate contexts.

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to