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) lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
