diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2016-01-02 11:21:16 +0100 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2016-01-02 11:21:16 +0100 |
commit | e97e2588ca74270a14cc1df5a2576a5ea59b119f (patch) | |
tree | 52cb16a1034fe98657c9c43bf222b9513c705516 /libavcodec/fmtconvert.h | |
parent | 10e075c138467b1fbe63cd9eec0dfd2c18cf903a (diff) | |
parent | a0fc780a2093784e8664f88205ee1b215e109cee (diff) | |
download | ffmpeg-e97e2588ca74270a14cc1df5a2576a5ea59b119f.tar.gz |
Merge commit 'a0fc780a2093784e8664f88205ee1b215e109cee'
* commit 'a0fc780a2093784e8664f88205ee1b215e109cee':
arm64: int32_to_float_fmul neon asm
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libavcodec/fmtconvert.h')
-rw-r--r-- | libavcodec/fmtconvert.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/fmtconvert.h b/libavcodec/fmtconvert.h index 4b8b9580d2..b2df7a9629 100644 --- a/libavcodec/fmtconvert.h +++ b/libavcodec/fmtconvert.h @@ -58,6 +58,7 @@ typedef struct FmtConvertContext { void ff_fmt_convert_init(FmtConvertContext *c, AVCodecContext *avctx); +void ff_fmt_convert_init_aarch64(FmtConvertContext *c, AVCodecContext *avctx); void ff_fmt_convert_init_arm(FmtConvertContext *c, AVCodecContext *avctx); void ff_fmt_convert_init_ppc(FmtConvertContext *c, AVCodecContext *avctx); void ff_fmt_convert_init_x86(FmtConvertContext *c, AVCodecContext *avctx); |