diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2013-03-10 15:37:59 -0700 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-04-19 23:18:53 +0300 |
commit | 8db00081a37d5b7e23918ee500bb16bc59b57197 (patch) | |
tree | 1f9fba986571a05fd4e75666867a2d0dffb4cca6 /libavcodec/hpeldsp.h | |
parent | 28bc406c84b04a5f1458b90ff52ddbec73e46202 (diff) | |
download | ffmpeg-8db00081a37d5b7e23918ee500bb16bc59b57197.tar.gz |
x86: 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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/hpeldsp.h b/libavcodec/hpeldsp.h index 84d567307f..f068500704 100644 --- a/libavcodec/hpeldsp.h +++ b/libavcodec/hpeldsp.h @@ -94,4 +94,6 @@ typedef struct HpelDSPContext { void ff_hpeldsp_init(HpelDSPContext *c, int flags); +void ff_hpeldsp_init_x86(HpelDSPContext *c, int flags); + #endif /* AVCODEC_HPELDSP_H */ |