diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2013-03-10 15:50:53 -0700 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-04-19 23:18:59 +0300 |
commit | 47e5a98174eb9c07ad17be71df129719d60ec8b7 (patch) | |
tree | b877fbe81bdb3df0d32ba0ef3029b163d588ab14 /libavcodec/hpeldsp.h | |
parent | 8db00081a37d5b7e23918ee500bb16bc59b57197 (diff) | |
download | ffmpeg-47e5a98174eb9c07ad17be71df129719d60ec8b7.tar.gz |
ppc: 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 f068500704..eeb7a1c008 100644 --- a/libavcodec/hpeldsp.h +++ b/libavcodec/hpeldsp.h @@ -94,6 +94,7 @@ typedef struct HpelDSPContext { void ff_hpeldsp_init(HpelDSPContext *c, int flags); +void ff_hpeldsp_init_ppc(HpelDSPContext *c, int flags); void ff_hpeldsp_init_x86(HpelDSPContext *c, int flags); #endif /* AVCODEC_HPELDSP_H */ |