Commit 8011ac91 authored by Diego Biurrun's avatar Diego Biurrun

hpeldsp_template: Detemplatize the code

The indirection makes no sense without multiple instantiation.
parent 2c01ad8b
......@@ -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)
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment