diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-03-26 15:08:46 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-03-26 15:08:46 +0100 |
commit | 6967cf3c6c57dfdb831171f26f56fb1f521aed40 (patch) | |
tree | 0454a3382771abf126d4a8a6cbe771e5a43827d6 /libavcodec/hpeldsp.c | |
parent | e9c6b93bdaa600cd31f689218600baa999f8365e (diff) | |
parent | 8011ac911b3f282b9fb64a0fc15404f8bfc7b7ed (diff) | |
download | ffmpeg-6967cf3c6c57dfdb831171f26f56fb1f521aed40.tar.gz |
Merge commit '8011ac911b3f282b9fb64a0fc15404f8bfc7b7ed'
* commit '8011ac911b3f282b9fb64a0fc15404f8bfc7b7ed':
hpeldsp_template: Detemplatize the code
Conflicts:
libavcodec/hpeldsp_template.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hpeldsp.c')
-rw-r--r-- | libavcodec/hpeldsp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/hpeldsp.c b/libavcodec/hpeldsp.c index 3bdd7cc67c..87589d0884 100644 --- a/libavcodec/hpeldsp.c +++ b/libavcodec/hpeldsp.c @@ -32,6 +32,8 @@ #include "hpeldsp.h" #define BIT_DEPTH 8 +#include "hpel_template.c" +#include "tpel_template.c" #include "hpeldsp_template.c" av_cold void ff_hpeldsp_init(HpelDSPContext *c, int flags) |