diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2013-03-10 16:40:23 -0700 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-04-19 23:19:13 +0300 |
commit | bfb41b5039e36b7f873d6ea7d24b31bf3e1a8075 (patch) | |
tree | f776fa24bd348bbe1b95e48e7c68349a0af2a14f /libavcodec/hpeldsp.h | |
parent | 7384b7a71338d960e421d6dc3d77da09b0a442cb (diff) | |
download | ffmpeg-bfb41b5039e36b7f873d6ea7d24b31bf3e1a8075.tar.gz |
bfin: hpeldsp: Move half-pel assembly from dsputil to hpeldsp
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/hpeldsp.h')
-rw-r--r-- | libavcodec/hpeldsp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/hpeldsp.h b/libavcodec/hpeldsp.h index 837a11b577..9f5bc9fecd 100644 --- a/libavcodec/hpeldsp.h +++ b/libavcodec/hpeldsp.h @@ -95,6 +95,7 @@ typedef struct HpelDSPContext { void ff_hpeldsp_init(HpelDSPContext *c, int flags); void ff_hpeldsp_init_arm(HpelDSPContext *c, int flags); +void ff_hpeldsp_init_bfin(HpelDSPContext *c, int flags); void ff_hpeldsp_init_ppc(HpelDSPContext *c, int flags); void ff_hpeldsp_init_x86(HpelDSPContext *c, int flags); |