diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-04-07 02:50:46 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-04-07 02:51:05 +0200 |
commit | 190106e884a28a661251e72ced6177ecc7774bda (patch) | |
tree | 591cf544fc73afb3f2a08f57ffc944f9e9495430 /libavcodec/videodsp.h | |
parent | 4c57c6a7655fb3c1a7194c6f92a075c463d1b898 (diff) | |
parent | d3789eeeed3423bd1ca9dc40030a2f7a21ea5332 (diff) | |
download | ffmpeg-190106e884a28a661251e72ced6177ecc7774bda.tar.gz |
Merge commit 'd3789eeeed3423bd1ca9dc40030a2f7a21ea5332'
* commit 'd3789eeeed3423bd1ca9dc40030a2f7a21ea5332':
aarch64: implement videodsp.prefetch
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/videodsp.h')
-rw-r--r-- | libavcodec/videodsp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/videodsp.h b/libavcodec/videodsp.h index 0bb15f2c94..fc01a31dca 100644 --- a/libavcodec/videodsp.h +++ b/libavcodec/videodsp.h @@ -79,6 +79,7 @@ typedef struct VideoDSPContext { void ff_videodsp_init(VideoDSPContext *ctx, int bpc); /* for internal use only (i.e. called by ff_videodsp_init() */ +void ff_videodsp_init_aarch64(VideoDSPContext *ctx, int bpc); void ff_videodsp_init_arm(VideoDSPContext *ctx, int bpc); void ff_videodsp_init_ppc(VideoDSPContext *ctx, int bpc); void ff_videodsp_init_x86(VideoDSPContext *ctx, int bpc); |