summaryrefslogtreecommitdiff
path: root/libavcodec/fmtconvert.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2016-01-02 11:21:16 +0100
committerHendrik Leppkes <h.leppkes@gmail.com>2016-01-02 11:21:16 +0100
commite97e2588ca74270a14cc1df5a2576a5ea59b119f (patch)
tree52cb16a1034fe98657c9c43bf222b9513c705516 /libavcodec/fmtconvert.h
parent10e075c138467b1fbe63cd9eec0dfd2c18cf903a (diff)
parenta0fc780a2093784e8664f88205ee1b215e109cee (diff)
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.h1
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);