Re: [libav-devel] [PATCH 078/132] hpeldsp_template: Detemplatize the code

2014-03-21 Thread Luca Barbato
On 19/03/14 19:13, Diego Biurrun wrote: The indirection makes no sense without multiple instantiation. --- libavcodec/hpeldsp.c | 2 + libavcodec/hpeldsp_template.c | 214 -- 2 files changed, 104 insertions(+), 112 deletions(-) Ok.

[libav-devel] [PATCH 078/132] hpeldsp_template: Detemplatize the code

2014-03-19 Thread Diego Biurrun
The indirection makes no sense without multiple instantiation. --- libavcodec/hpeldsp.c | 2 + libavcodec/hpeldsp_template.c | 214 -- 2 files changed, 104 insertions(+), 112 deletions(-) diff --git a/libavcodec/hpeldsp.c b/libavcodec/hpeldsp.c